다음을 통해 공유


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).