IndexedXmlPathNamespace.Uri 속성

Gets the indexed Xml path namespace of the Uri.

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

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone)> _
Public Property Uri As String 
    Get 
    Set
‘사용 방법
Dim instance As IndexedXmlPathNamespace 
Dim value As String 

value = instance.Uri

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

속성 값

유형: System.String
The indexed Xml path namespace of the Uri.

참고 항목

참조

IndexedXmlPathNamespace 클래스

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