Share via


PropertyAlias.Kind プロパティ

このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

名前空間:  Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)

構文

'宣言
Public Property Kind As PropertyAlias.AliasKind 
    Get 
    Set
'使用
Dim instance As PropertyAlias 
Dim value As PropertyAlias.AliasKind 

value = instance.Kind

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

プロパティ値

型: Microsoft.SqlServer.Management.Sdk.Sfc.PropertyAlias.AliasKind
プロパティで使用する別名の種類です。

関連項目

参照

PropertyAlias クラス

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