Lenguaje

SfcRelationshipAttribute Constructores

Definición

Sobrecargas

SfcRelationshipAttribute()

protected SfcRelationshipAttribute();
Protected Sub New ()

Se aplica 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)

Parámetros

relationship
SfcRelationship

Especifica la relación con su elemento primario.

Se aplica 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)

Parámetros

relationship
SfcRelationship

Especifica la relación con su elemento primario.

cardinality
SfcCardinality

Especifica la cardinalidad del tipo en relación con su elemento primario.

Se aplica 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)

Parámetros

relationship
SfcRelationship

Especifica la relación con su elemento primario.

cardinality
SfcCardinality

Especifica la cardinalidad del tipo en relación con su elemento primario.

containsType
Type

Especifica el tipo que contiene el contenedor.

Se aplica a