Share via


SfcParentAttribute.Parent Property

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 ReadOnly Property Parent As String
    Get
'Usage
Dim instance As SfcParentAttribute
Dim value As String

value = instance.Parent
public string Parent { get; }
public:
property String^ Parent {
    String^ get ();
}
member Parent : string
function get Parent () : String

Property Value

Type: System.String
A string that represents the Parent in the Parent Attribute.