Propriété Table.FileTableNameColumnCollation
Gets the column collation of the FileTable name.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone)> _
Public Property FileTableNameColumnCollation As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.String
The column collation of the FileTable name.