Partilhar via


Propriedade do RDL PropertiesRequest.PropertyAlias

Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public Property PropertyAlias As PropertyAlias 
    Get 
    Set
'Uso
Dim instance As PropertiesRequest 
Dim value As PropertyAlias 

value = instance.PropertyAlias

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

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.PropertyAlias
The property name that has alias.

Consulte também

Referência

PropertiesRequest Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc