Propriedade do RDL IndexedXmlPathNamespace.IsDefaultUri

Gets or sets a value indicating whether the Uri is default.

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 IsDefaultUri As Boolean 
    Get 
    Set
'Uso
Dim instance As IndexedXmlPathNamespace 
Dim value As Boolean 

value = instance.IsDefaultUri

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

Valor da propriedade

Tipo: System.Boolean
true if the Uri is default; otherwise, false.

Consulte também

Referência

IndexedXmlPathNamespace Classe

Namespace Microsoft.SqlServer.Management.Smo