Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Initializes a new instance of the UserDefinedFunction class on the specified database and with the specified name and schema.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub New ( _
database As Database, _
name As String, _
schema As String _
)
'Utilisation
Dim database As Database
Dim name As String
Dim schema As String
Dim instance As New UserDefinedFunction(database, _
name, schema)
public UserDefinedFunction(
Database database,
string name,
string schema
)
public:
UserDefinedFunction(
Database^ database,
String^ name,
String^ schema
)
new :
database:Database *
name:string *
schema:string -> UserDefinedFunction
public function UserDefinedFunction(
database : Database,
name : String,
schema : String
)
Paramètres
- database
Type : Microsoft.SqlServer.Management.Smo.Database
A Database object value that specifies the database to which the user-defined function belongs.
- name
Type : System.String
A String value that specifies the name of the user-defined function.
- schema
Type : System.String
A String value that specifies the schema of the user-defined function.
Exemples
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.Smo
Autres ressources
Fonctions définies par l'utilisateur (moteur de base de données)