Share via


ExtendedStoredProcedure.IsSchemaOwned Property

Gets the Boolean property value that specifies whether the extended stored procedure is owned by a schema.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase Or SfcPropertyFlags.Design)> _
Public ReadOnly Property IsSchemaOwned As Boolean 
    Get
'Usage
Dim instance As ExtendedStoredProcedure 
Dim value As Boolean 

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

Property Value

Type: System.Boolean
A Boolean value that specifies whether the extended stored procedure is schema owned.If True, the extended stored procedure is schema owned. Otherwise, it is not.

Examples

Working with Database Objects

See Also

Reference

ExtendedStoredProcedure Class

Microsoft.SqlServer.Management.Smo Namespace

Other Resources

Extended Stored Procedures