UserDefinedType.Collation プロパティ

別名データ型に関連付けられた照合順序を取得します。

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

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property Collation As String 
    Get
'使用
Dim instance As UserDefinedType 
Dim value As String 

value = instance.Collation
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string Collation { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ Collation {
    String^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member Collation : string
function get Collation () : String

プロパティ値

型: System.String
別名データ型に関連付けられた照合順序を示す String 値です。

使用例

データ型の処理

関連項目

参照

UserDefinedType クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

CLR ユーザー定義型の使用

CREATE TYPE (Transact-SQL)