UserDefinedFunction.Schema Property
SQL Server 2012
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.StringA String value that specifies the name of the schema that contains the user defined function.
