SfcParentAttribute Constructor (String)
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
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
)
Parameters
- parentName
Type: System.String
A string that represents the parent name.