Propriedade do RDL IndexedXmlPathNamespace.Uri

Gets the indexed Xml path namespace of the Uri.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone)> _
Public Property Uri As String 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

IndexedXmlPathNamespace Classe

Namespace Microsoft.SqlServer.Management.Smo