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.