Collation 属性
Gets the String value that specifies the collation for the system data type.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
<SfcPropertyAttribute> _
Public ReadOnly Property Collation As String
Get
用法
Dim instance As SystemDataType
Dim value As String
value = instance.Collation
[SfcPropertyAttribute]
public string Collation { get; }
[SfcPropertyAttribute]
public:
property String^ Collation {
String^ get ();
}
[<SfcPropertyAttribute>]
member Collation : string
function get Collation () : String
属性值
类型:System. . :: . .String
A String value that specifies the collation for the system data type.