IndexedXmlPath.PathType 속성

Gets or sets the type of indexed path. Could be XQuery or SQL.

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

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone,  _
    "0")> _
Public Property PathType As IndexedXmlPathType 
    Get 
    Set
‘사용 방법
Dim instance As IndexedXmlPath 
Dim value As IndexedXmlPathType 

value = instance.PathType

instance.PathType = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone, 
    "0")]
public IndexedXmlPathType PathType { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::ReadOnlyAfterCreation|SfcPropertyFlags::Standalone, 
    L"0")]
public:
property IndexedXmlPathType PathType {
    IndexedXmlPathType get ();
    void set (IndexedXmlPathType value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone, 
    "0")>]
member PathType : IndexedXmlPathType with get, set
function get PathType () : IndexedXmlPathType 
function set PathType (value : IndexedXmlPathType)

속성 값

유형: Microsoft.SqlServer.Management.Smo.IndexedXmlPathType
The type of indexed path.

참고 항목

참조

IndexedXmlPath 클래스

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