ObjectSet.IsSystemObject 속성

Determines whether the ObjectSet is a Object.

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

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property IsSystemObject As Boolean 
    Get
‘사용 방법
Dim instance As ObjectSet 
Dim value As Boolean 

value = instance.IsSystemObject
[SfcPropertyAttribute(SfcPropertyFlags.Data)]
public bool IsSystemObject { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Data)]
public:
property bool IsSystemObject {
    bool get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Data)>]
member IsSystemObject : bool
function get IsSystemObject () : boolean

속성 값

유형: System.Boolean
A Boolean value, True if the ObjectSet is a Object, otherwise False.

참고 항목

참조

ObjectSet 클래스

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