Freigeben über


ExtendedPropertyAttribute.ParentPropertyName-Eigenschaft

Gets the specified name of the ParentProperty. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public ReadOnly Property ParentPropertyName As String 
    Get
'Usage
Dim instance As ExtendedPropertyAttribute 
Dim value As String 

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

Eigenschaftswert

Typ: System.String
A string value of the ParentProperty.

Siehe auch

Verweis

ExtendedPropertyAttribute Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace