共用方式為


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.