SfcObjectAttribute 类

定义

对象关系的属性(例如 Server.FullTextService)

[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public class SfcObjectAttribute : Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcRelationshipAttribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type SfcObjectAttribute = class
    inherit SfcRelationshipAttribute
Public Class SfcObjectAttribute
Inherits SfcRelationshipAttribute
继承
SfcObjectAttribute
属性

构造函数

名称 说明
SfcObjectAttribute()

对象关系的属性(例如 Server.FullTextService)

SfcObjectAttribute(SfcContainerCardinality, Type, SfcObjectFlags)

对象关系的属性(例如 Server.FullTextService)

SfcObjectAttribute(SfcContainerCardinality, Type)

对象关系的属性(例如 Server.FullTextService)

SfcObjectAttribute(SfcContainerRelationship, SfcContainerCardinality, Type, SfcObjectFlags)

对象关系的属性(例如 Server.FullTextService)

SfcObjectAttribute(SfcContainerRelationship, SfcContainerCardinality, Type)

对象关系的属性(例如 Server.FullTextService)

SfcObjectAttribute(SfcObjectCardinality, SfcObjectFlags)

对象关系的属性(例如 Server.FullTextService)

SfcObjectAttribute(SfcObjectCardinality)

对象关系的属性(例如 Server.FullTextService)

SfcObjectAttribute(SfcObjectFlags)

对象关系的属性(例如 Server.FullTextService)

SfcObjectAttribute(SfcObjectRelationship, SfcObjectCardinality, SfcObjectFlags)

对象关系的属性(例如 Server.FullTextService)

SfcObjectAttribute(SfcObjectRelationship, SfcObjectCardinality)

对象关系的属性(例如 Server.FullTextService)

SfcObjectAttribute(SfcObjectRelationship, SfcObjectFlags)

对象关系的属性(例如 Server.FullTextService)

SfcObjectAttribute(SfcObjectRelationship)

对象关系的属性(例如 Server.FullTextService)

SfcObjectAttribute(Type, SfcObjectFlags)

对象关系的属性(例如 Server.FullTextService)

SfcObjectAttribute(Type)

对象关系的属性(例如 Server.FullTextService)

属性

名称 说明
Cardinality

指定类型与其父级的关系基数

(继承自 SfcRelationshipAttribute)
ContainsType

指定此容器保留的类型。 仅适用于容器。

(继承自 SfcRelationshipAttribute)
Deploy

对象关系的属性(例如 Server.FullTextService)

Design

对象关系的属性(例如 Server.FullTextService)

Flags

对象关系的属性(例如 Server.FullTextService)

NaturalOrder

对象关系的属性(例如 Server.FullTextService)

Relationship

指定与其父级的关系

(继承自 SfcRelationshipAttribute)

适用于