Index.IndexedXmlPathName 속성

Gets or sets the name of the indexed XML path.

네임스페이스:  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
The name of the indexed XML path.

참고 항목

참조

Index 클래스

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