PropertyAlias 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 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 de la propiedad
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .PropertyAlias
The property name that has alias.
Vea también