共用方式為


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.

請參閱

參考

IndexedXmlPathNamespace 類別

Microsoft.SqlServer.Management.Smo 命名空間