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 UserDefinedFunction
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 (既定値) の場合、ユーザー定義関数はシステム オブジェクトではありません。