SfcParentAttribute-Konstruktor (String)
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 ( _
parentName As String _
)
'Usage
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
)
Parameter
- parentName
Typ: System. . :: . .String
A string that represents the parent name.