Costruttore SfcRelationshipAttribute (SfcRelationship)
Initializes a new instance of the SfcRelationshipAttribute class with the specified relationship to its parent. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Protected Sub New ( _
relationship As SfcRelationship _
)
'Utilizzo
Dim relationship As SfcRelationship
Dim instance As New SfcRelationshipAttribute(relationship)
protected SfcRelationshipAttribute(
SfcRelationship relationship
)
protected:
SfcRelationshipAttribute(
SfcRelationship relationship
)
new :
relationship:SfcRelationship -> SfcRelationshipAttribute
protected function SfcRelationshipAttribute(
relationship : SfcRelationship
)
Parametri
- relationship
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcRelationship
Specifies the relationship to its parent.
Vedere anche
Riferimento
SfcRelationshipAttribute Classe
Overload SfcRelationshipAttribute
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc.Metadata