Share via


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
別名を持つプロパティの名前です。

関連項目

参照

PropertiesRequest クラス

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間