IsSystemObject 속성

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

구문

‘선언
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