Свойство IndexedXmlPathNamespace.IsDefaultUri
Gets or sets a value indicating whether the Uri is default.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone)> _
Public Property IsDefaultUri As Boolean
Get
Set
'Применение
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)
Значение свойства
Тип: System.Boolean
true if the Uri is default; otherwise, false.