Aracılığıyla paylaş


Server.SqlSortOrder Property

Gets the SQL sort order from the collation.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Bildirim
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public ReadOnly Property SqlSortOrder As Short
    Get
'Kullanım
Dim instance As Server
Dim value As Short

value = instance.SqlSortOrder
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)]
public short SqlSortOrder { get; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase)]
public:
virtual property short SqlSortOrder {
    short get () sealed;
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)>]
abstract SqlSortOrder : int16
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)>]
override SqlSortOrder : int16
final function get SqlSortOrder () : short

Property Value

Type: System.Int16
The SQL sort order from the collation.

Implements

IServerInformation.SqlSortOrder

See Also

Reference

Server Class

Microsoft.SqlServer.Management.Smo Namespace