다음을 통해 공유


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 네임스페이스