SfcObjectAttribute Class

Definition

Attribute for object relationships (such a 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
Inheritance
SfcObjectAttribute
Attributes

Constructors

SfcObjectAttribute()
SfcObjectAttribute(SfcContainerCardinality, Type)
SfcObjectAttribute(SfcContainerCardinality, Type, SfcObjectFlags)
SfcObjectAttribute(SfcContainerRelationship, SfcContainerCardinality, Type)
SfcObjectAttribute(SfcContainerRelationship, SfcContainerCardinality, Type, SfcObjectFlags)
SfcObjectAttribute(SfcObjectCardinality)
SfcObjectAttribute(SfcObjectCardinality, SfcObjectFlags)
SfcObjectAttribute(SfcObjectFlags)
SfcObjectAttribute(SfcObjectRelationship)
SfcObjectAttribute(SfcObjectRelationship, SfcObjectCardinality)
SfcObjectAttribute(SfcObjectRelationship, SfcObjectCardinality, SfcObjectFlags)
SfcObjectAttribute(SfcObjectRelationship, SfcObjectFlags)
SfcObjectAttribute(Type)
SfcObjectAttribute(Type, SfcObjectFlags)

Properties

Cardinality

Specifies the cardinality of the type in relationship to its parent

(Inherited from SfcRelationshipAttribute)
ContainsType

Specifies the type this container holds. Only available for containers.

(Inherited from SfcRelationshipAttribute)
Deploy
Design
Flags
NaturalOrder
Relationship

Specifies the relationship to its parent

(Inherited from SfcRelationshipAttribute)

Applies to