Поделиться через


Свойство 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