Compartir a través de


PropertyAlias.Prefix Propiedad

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 Property Prefix As String 
    Get 
    Set
'Uso
Dim instance As PropertyAlias 
Dim value As String 

value = instance.Prefix

instance.Prefix = value
public string Prefix { get; set; }
public:
property String^ Prefix {
    String^ get ();
    void set (String^ value);
}
member Prefix : string with get, set
function get Prefix () : String 
function set Prefix (value : String)

Valor de la propiedad

Tipo: System.String
A string that represents the prefix of the property alias.

Vea también

Referencia

PropertyAlias Clase

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