次の方法で共有


IsSchemaOwned プロパティ

ビュー スキーマに所有者が存在するかどうかを示す Boolean 値を取得します。

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

構文

'宣言
<DisplayDescriptionKeyAttribute("View_IsSchemaOwnedDesc")> _
<DisplayNameKeyAttribute("View_IsSchemaOwnedName")> _
ReadOnly Property IsSchemaOwned As Boolean
    Get
'使用
Dim instance As IViewOptions
Dim value As Boolean

value = instance.IsSchemaOwned
[DisplayDescriptionKeyAttribute("View_IsSchemaOwnedDesc")]
[DisplayNameKeyAttribute("View_IsSchemaOwnedName")]
bool IsSchemaOwned { get; }
[DisplayDescriptionKeyAttribute(L"View_IsSchemaOwnedDesc")]
[DisplayNameKeyAttribute(L"View_IsSchemaOwnedName")]
property bool IsSchemaOwned {
    bool get ();
}
[<DisplayDescriptionKeyAttribute("View_IsSchemaOwnedDesc")>]
[<DisplayNameKeyAttribute("View_IsSchemaOwnedName")>]
abstract IsSchemaOwned : bool
function get IsSchemaOwned () : boolean

プロパティ値

型: System. . :: . .Boolean
ビュー スキーマに所有者が存在するかどうかを示す Boolean 値です。
True の場合、ビューは所有されています。False の場合、所有されていません。