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 네임스페이스