UserDefinedFunction.Name Property
SQL Server 2012
Gets or sets a String value that specifies the name of the user defined function.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcKeyAttribute()] [SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)] public override string Name { get; set; }
Property Value
Type: System.StringA String value that specifies the name of the user defined function.
