IndexedXmlPath.SqlTypeCollationName プロパティ

型が文字型の場合の照合順序名を取得または設定します。文字型以外の場合は 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
型が文字型の場合の照合順序名。文字型以外の場合は NULL になります。

関連項目

参照

IndexedXmlPath クラス

Microsoft.SqlServer.Management.Smo 名前空間