ExtendedStoredProcedure.IsSystemObject プロパティ

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

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

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public ReadOnly Property IsSystemObject As Boolean 
    Get
'使用
Dim instance As ExtendedStoredProcedure 
Dim value As Boolean 

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

プロパティ値

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

使用例

データベース オブジェクトでの作業

関連項目

参照

ExtendedStoredProcedure クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

Extended Stored Procedures