IndexedXmlPath.DataType 속성

Gets or sets the SQL data type of the path annotated with the keyword SQL.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property DataType As DataType 
    Get 
    Set
‘사용 방법
Dim instance As IndexedXmlPath 
Dim value As DataType 

value = instance.DataType

instance.DataType = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public DataType DataType { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property DataType^ DataType {
    DataType^ get ();
    void set (DataType^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member DataType : DataType with get, set
function get DataType () : DataType 
function set DataType (value : DataType)

속성 값

유형: Microsoft.SqlServer.Management.Smo.DataType
The SQL data type of the path annotated with the keyword SQL.

참고 항목

참조

IndexedXmlPath 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스