Langue

SfcRelationshipAttribute Constructeurs

Définition

Surcharges

SfcRelationshipAttribute()

protected SfcRelationshipAttribute();
Protected Sub New ()

S’applique à

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)

Paramètres

relationship
SfcRelationship

Spécifie la relation avec son parent

S’applique à

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)

Paramètres

relationship
SfcRelationship

Spécifie la relation avec son parent

cardinality
SfcCardinality

Spécifie la cardinalité du type en relation avec son parent

S’applique à

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)

Paramètres

relationship
SfcRelationship

Spécifie la relation avec son parent

cardinality
SfcCardinality

Spécifie la cardinalité du type en relation avec son parent

containsType
Type

Spécifie le type de conservation du conteneur

S’applique à