Index.IndexedXmlPathName プロパティ

インデックス付き XML パスの名前を取得または設定します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone)> _
Public Property IndexedXmlPathName As String 
    Get 
    Set
'使用
Dim instance As Index 
Dim value As String 

value = instance.IndexedXmlPathName

instance.IndexedXmlPathName = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone)]
public string IndexedXmlPathName { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::ReadOnlyAfterCreation|SfcPropertyFlags::Standalone)]
public:
property String^ IndexedXmlPathName {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone)>]
member IndexedXmlPathName : string with get, set
function get IndexedXmlPathName () : String 
function set IndexedXmlPathName (value : String)

プロパティ値

型: System.String
インデックス付き XML パスの名前です。

関連項目

参照

Index クラス

Microsoft.SqlServer.Management.Smo 名前空間