Lingua

SfcRelationshipAttribute Costruttori

Definizione

Overload

SfcRelationshipAttribute()

protected SfcRelationshipAttribute();
Protected Sub New ()

Si applica a

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)

Parametri

relationship
SfcRelationship

Specifica la relazione con il relativo elemento padre

Si applica a

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)

Parametri

relationship
SfcRelationship

Specifica la relazione con il relativo elemento padre

cardinality
SfcCardinality

Specifica la cardinalità del tipo in relazione al relativo elemento padre

Si applica a

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)

Parametri

relationship
SfcRelationship

Specifica la relazione con il relativo elemento padre

cardinality
SfcCardinality

Specifica la cardinalità del tipo in relazione al relativo elemento padre

containsType
Type

Specifica il tipo che contiene il contenitore

Si applica a