共用方式為


SfcObjectAttribute 建構函式 (SfcObjectRelationship)

Initializes a new instance of the SfcObjectAttribute class with the specified relationship. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

命名空間:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
組件:  Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

語法

'宣告
Public Sub New ( _
    relationship As SfcObjectRelationship _
)
'用途
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
)

參數