Udostępnij przez


Konstruktor SfcRelationshipAttribute (SfcRelationship)

Inicjuje nowe wystąpienie SfcRelationshipAttribute klasy z określoną relację nadrzędny.Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Zestaw:  Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Składnia

'Deklaracja
Protected Sub New ( _
    relationship As SfcRelationship _
)
'Użycie
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
)

Parametry