共用方式為


IndexedXmlPath.SqlTypeCollationName 屬性

Gets or sets the name of the collation of the type if it is character-based; otherwise null.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone)> _
Public Property SqlTypeCollationName As String 
    Get 
    Set
'用途
Dim instance As IndexedXmlPath 
Dim value As String 

value = instance.SqlTypeCollationName

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

屬性值

型別:System.String
The name of the collation of the type if it is character-based; otherwise null.

請參閱

參考

IndexedXmlPath 類別

Microsoft.SqlServer.Management.Smo 命名空間