IndexedXmlPath.PathType プロパティ

インデックス付きのパスの型を取得または設定します。 XQuery と 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
インデックス付きパスの型です。

関連項目

参照

IndexedXmlPath クラス

Microsoft.SqlServer.Management.Smo 名前空間