This topic has not yet been rated - Rate this topic

UserDefinedFunction.Schema Property

Gets or sets a String value that specifies the name of the schema that contains the user defined function.

This API is not CLS-compliant. The CLS-compliant alternative is .

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[CLSCompliantAttribute(false)]
[SfcKeyAttribute()]
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)]
[SfcReferenceAttribute(typeof(Schema), typeof(SchemaCustomResolver), 
	"Resolve", )]
public override string Schema { get; set; }

Property Value

Type: System.String
A String value that specifies the name of the schema that contains the user defined function.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.