This topic has not yet been rated - Rate this topic

ExtendedStoredProcedure.IsSchemaOwned Property

SQL Server 2012

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)
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)]
public bool IsSchemaOwned { get; }

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.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.