Propriedade do RDL Table.FileTableNameColumnCollation
Gets the column collation of the FileTable name.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone)> _
Public Property FileTableNameColumnCollation As String
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System.String
The column collation of the FileTable name.