SfcRelationshipAttribute 建構函式 (SfcRelationship)
Initializes a new instance of the SfcRelationshipAttribute class with the specified relationship to its parent. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
命名空間: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
組件: Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
語法
'宣告
Protected Sub New ( _
relationship As SfcRelationship _
)
'用途
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
)
參數
- relationship
型別:Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcRelationship
Specifies the relationship to its parent.