DatabaseAdapterBase.IsSystemObject 속성

Gets the Boolean value that specifies whether the adapter base is a system object or not.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Public ReadOnly Property IsSystemObject As Boolean 
    Get
‘사용 방법
Dim instance As DatabaseAdapterBase 
Dim value As Boolean 

value = instance.IsSystemObject
public bool IsSystemObject { get; }
public:
virtual property bool IsSystemObject {
    bool get () sealed;
}
abstract IsSystemObject : bool 
override IsSystemObject : bool
final function get IsSystemObject () : boolean

속성 값

유형: System.Boolean
A Boolean value that specifies whether the database adapter base is a system object. If True, the adapter base is a system object; otherwise, False (default).

참고 항목

참조

DatabaseAdapterBase 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스