Udostępnij za pośrednictwem


Właściwość PartitionFunctionParameter.Collation

Pobiera lub ustawia SQL Server sortowanie dla parametru funkcja partycji.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property Collation As String
    Get
    Set
'Użycie
Dim instance As PartitionFunctionParameter
Dim value As String

value = instance.Collation

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

Wartość właściwości

Typ: System.String
A String wartość, która określa nazwę sortowanie.

Uwagi

Zwraca ciąg pusty, jeśli parametr jest typu danych znakowych.