IsSystemObject プロパティ

ペイロードがシステム オブジェクトであるかどうかを示す Boolean プロパティを取得します。プロパティの設定も可能です。

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

構文

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

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

プロパティ値

型: System. . :: . .Boolean
暗号化がシステム オブジェクトであるかどうかを示す Boolean 値です。
True の場合、ペイロードはシステム オブジェクトです。False (既定) の場合、ペイロードはシステム オブジェクトではありません。