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.BooleanA 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.
