IsSystemObject プロパティ

拡張ストアド プロシージャがシステム オブジェクトかどうかを示す Boolean プロパティ値を取得します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute> _
Public ReadOnly Property IsSystemObject As Boolean
    Get
'使用
Dim instance As ExtendedStoredProcedure
Dim value As Boolean

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

プロパティ値

型: System. . :: . .Boolean
拡張ストアド プロシージャがシステム オブジェクトかどうかを示す Boolean 値。
True の場合、拡張ストアド プロシージャはシステム オブジェクトです。
False の場合、拡張ストアド プロシージャはユーザー オブジェクトです。