Compartir a través de


BaseLocalizableAttribute.PropertyName Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets the property name of the attribute.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Localization
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Public ReadOnly Property PropertyName As String 
    Get
'Uso
Dim instance As BaseLocalizableAttribute 
Dim value As String 

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

Valor de la propiedad

Tipo: System.String
The property name.

Vea también

Referencia

BaseLocalizableAttribute Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Localization