Proprietà ExtendedPropertyAttribute.ParentPropertyName

Gets the specified name of the ParentProperty. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ParentPropertyName As String 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

ExtendedPropertyAttribute Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc