PropertiesRequest.PropertyAlias Property

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

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

Syntax

'Declaration
Public Property PropertyAlias As PropertyAlias 
    Get 
    Set
'Usage
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)

Property Value

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

See Also

Reference

PropertiesRequest Class

Microsoft.SqlServer.Management.Sdk.Sfc Namespace