UserDefinedFunction Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
UserDefinedFunction() | |
UserDefinedFunction(Database, String) | |
UserDefinedFunction(Database, String, String) |
UserDefinedFunction()
public UserDefinedFunction ();
Public Sub New ()
Applies to
UserDefinedFunction(Database, String)
public UserDefinedFunction (Microsoft.SqlServer.Management.Smo.Database database, string name);
new Microsoft.SqlServer.Management.Smo.UserDefinedFunction : Microsoft.SqlServer.Management.Smo.Database * string -> Microsoft.SqlServer.Management.Smo.UserDefinedFunction
Public Sub New (database As Database, name As String)
Parameters
- database
- Database
- name
- String
Applies to
UserDefinedFunction(Database, String, String)
public UserDefinedFunction (Microsoft.SqlServer.Management.Smo.Database database, string name, string schema);
new Microsoft.SqlServer.Management.Smo.UserDefinedFunction : Microsoft.SqlServer.Management.Smo.Database * string * string -> Microsoft.SqlServer.Management.Smo.UserDefinedFunction
Public Sub New (database As Database, name As String, schema As String)
Parameters
- database
- Database
- name
- String
- schema
- String