Table.FileTableNameColumnCollation 속성

Gets the column collation of the FileTable name.

네임스페이스:  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
The column collation of the FileTable name.

참고 항목

참조

Table 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스