ExtendedStoredProcedure.IsSchemaOwned Property

 

Applies To: SQL Server 2016 Preview

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

[SfcPropertyAttribute(SfcPropertyFlags.None | SfcPropertyFlags.Standalone | SfcPropertyFlags.SqlAzureDatabase | SfcPropertyFlags.Design | SfcPropertyFlags.Matrix)]
public bool IsSchemaOwned { get; }
public:
[SfcPropertyAttribute(SfcPropertyFlags::None | SfcPropertyFlags::Standalone | SfcPropertyFlags::SqlAzureDatabase | SfcPropertyFlags::Design | SfcPropertyFlags::Matrix)]
property bool IsSchemaOwned {
    bool get();
}
[<SfcPropertyAttribute(SfcPropertyFlags.None | SfcPropertyFlags.Standalone | SfcPropertyFlags.SqlAzureDatabase | SfcPropertyFlags.Design | SfcPropertyFlags.Matrix)>]
member IsSchemaOwned : bool with get
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase Or SfcPropertyFlags.Design Or SfcPropertyFlags.Matrix)>
Public ReadOnly Property IsSchemaOwned As 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

Legacy Code Example

Working with Database Objects

See Also

ExtendedStoredProcedure Class
Microsoft.SqlServer.Management.Smo Namespace

Unable to find linked topic '062acf35-57cf-4181-83bf-363e3ba7e2a0'.

Return to top