Condividi tramite


Proprietà Table.FileTableNameColumnCollation

Gets the column collation of the FileTable name.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone)> _
Public Property FileTableNameColumnCollation As String 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.String
The column collation of the FileTable name.

Vedere anche

Riferimento

Table Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo