共用方式為


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 命名空間