SqlSortOrderName プロパティ
SqlSortOrderName プロパティ値を取得します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute> _
Public ReadOnly Property SqlSortOrderName As String
Get
'使用
Dim instance As Server
Dim value As String
value = instance.SqlSortOrderName
[SfcPropertyAttribute]
public string SqlSortOrderName { get; }
[SfcPropertyAttribute]
public:
virtual property String^ SqlSortOrderName {
String^ get () sealed;
}
[<SfcPropertyAttribute>]
abstract SqlSortOrderName : string
[<SfcPropertyAttribute>]
override SqlSortOrderName : string
final function get SqlSortOrderName () : String