Freigeben über


SfcObjectAttribute-Konstruktor (SfcObjectRelationship)

Initializes a new instance of the SfcObjectAttribute class with the specified relationship. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Sub New ( _
    relationship As SfcObjectRelationship _
)
'Usage
Dim relationship As SfcObjectRelationship 

Dim instance As New SfcObjectAttribute(relationship)
public SfcObjectAttribute(
    SfcObjectRelationship relationship
)
public:
SfcObjectAttribute(
    SfcObjectRelationship relationship
)
new : 
        relationship:SfcObjectRelationship -> SfcObjectAttribute
public function SfcObjectAttribute(
    relationship : SfcObjectRelationship
)

Parameter

Siehe auch

Verweis

SfcObjectAttribute Klasse

SfcObjectAttribute-Überladung

Microsoft.SqlServer.Management.Sdk.Sfc.Metadata-Namespace