Collation プロパティ

列により使用される既定の照合順序を取得します。値の設定も可能です。

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

構文

'宣言
<SfcPropertyAttribute> _
Public Property Collation As String
    Get
    Set
'使用
Dim instance As Column
Dim value As String

value = instance.Collation

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

プロパティ値

型: System. . :: . .String
既定の照合順序の名前を示す String 値です。