Share via


ExtendedPropertyAttribute.ParentPropertyName Property

Gets the specified name of the ParentProperty. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

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

Property Value

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

See Also

Reference

ExtendedPropertyAttribute Class

Microsoft.SqlServer.Management.Sdk.Sfc Namespace