次の方法で共有


Table.FileTableNameColumnCollation プロパティ

FileTable の名前の列の照合順序を取得します。

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

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone)> _
Public Property FileTableNameColumnCollation As String 
    Get 
    Set
'使用
Dim instance As Table 
Dim value As String 

value = instance.FileTableNameColumnCollation

instance.FileTableNameColumnCollation = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone)]
public string FileTableNameColumnCollation { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::ReadOnlyAfterCreation|SfcPropertyFlags::Standalone)]
public:
property String^ FileTableNameColumnCollation {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone)>]
member FileTableNameColumnCollation : string with get, set
function get FileTableNameColumnCollation () : String 
function set FileTableNameColumnCollation (value : String)

プロパティ値

型: System.String
FileTable の名前の列の照合順序。

関連項目

参照

Table クラス

Microsoft.SqlServer.Management.Smo 名前空間