SfcRelationshipAttribute Constructors

Definition

Overloads

SfcRelationshipAttribute()
SfcRelationshipAttribute(SfcRelationship)
SfcRelationshipAttribute(SfcRelationship, SfcCardinality)
SfcRelationshipAttribute(SfcRelationship, SfcCardinality, Type)

SfcRelationshipAttribute()

protected SfcRelationshipAttribute ();
Protected Sub New ()

Applies to

SfcRelationshipAttribute(SfcRelationship)

protected SfcRelationshipAttribute (Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcRelationship relationship);
new Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcRelationshipAttribute : Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcRelationship -> Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcRelationshipAttribute
Protected Sub New (relationship As SfcRelationship)

Parameters

relationship
SfcRelationship

Specifies the relationship to its parent

Applies to

SfcRelationshipAttribute(SfcRelationship, SfcCardinality)

protected SfcRelationshipAttribute (Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcRelationship relationship, Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcCardinality cardinality);
new Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcRelationshipAttribute : Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcRelationship * Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcCardinality -> Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcRelationshipAttribute
Protected Sub New (relationship As SfcRelationship, cardinality As SfcCardinality)

Parameters

relationship
SfcRelationship

Specifies the relationship to its parent

cardinality
SfcCardinality

Specifies the cardinality of the type in relationship to its parent

Applies to

SfcRelationshipAttribute(SfcRelationship, SfcCardinality, Type)

protected SfcRelationshipAttribute (Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcRelationship relationship, Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcCardinality cardinality, Type containsType);
new Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcRelationshipAttribute : Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcRelationship * Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcCardinality * Type -> Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcRelationshipAttribute
Protected Sub New (relationship As SfcRelationship, cardinality As SfcCardinality, containsType As Type)

Parameters

relationship
SfcRelationship

Specifies the relationship to its parent

cardinality
SfcCardinality

Specifies the cardinality of the type in relationship to its parent

containsType
Type

Specifies the type the container holds

Applies to