共用方式為


SfcParentAttribute 建構函式 (String)

不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

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

語法

'宣告
Public Sub New ( _
    parentName As String _
)
'用途
Dim parentName As String 

Dim instance As New SfcParentAttribute(parentName)
public SfcParentAttribute(
    string parentName
)
public:
SfcParentAttribute(
    String^ parentName
)
new : 
        parentName:string -> SfcParentAttribute
public function SfcParentAttribute(
    parentName : String
)

參數

  • parentName
    型別:System.String
    A string that represents the parent name.

請參閱

參考

SfcParentAttribute 類別

SfcParentAttribute 多載

Microsoft.SqlServer.Management.Sdk.Sfc.Metadata 命名空間