Partager via


Propriété IndexedXmlPathNamespace.IsDefaultUri

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone)> _
Public Property IsDefaultUri As Boolean 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

IndexedXmlPathNamespace Classe

Espace de noms Microsoft.SqlServer.Management.Smo