PropertiesRequest.PropertyAlias 属性

不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
Public Property PropertyAlias As PropertyAlias 
    Get 
    Set
用法
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)

属性值

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

请参阅

参考

PropertiesRequest 类

Microsoft.SqlServer.Management.Sdk.Sfc 命名空间