Compartir a través de


ExtendedPropertyAttribute.ParentPropertyName Propiedad

Gets the specified name of the ParentProperty. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public ReadOnly Property ParentPropertyName As String 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

ExtendedPropertyAttribute Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc