Rule Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
| Nome | Description |
|---|---|
| Rule() | |
| Rule(Database, String) | |
| Rule(Database, String, String) |
Rule()
public Rule();
Public Sub New ()
Aplica-se a
Rule(Database, String)
public Rule(Microsoft.SqlServer.Management.Smo.Database database, string name);
new Microsoft.SqlServer.Management.Smo.Rule : Microsoft.SqlServer.Management.Smo.Database * string -> Microsoft.SqlServer.Management.Smo.Rule
Public Sub New (database As Database, name As String)
Parâmetros
- database
- Database
- name
- String
Aplica-se a
Rule(Database, String, String)
public Rule(Microsoft.SqlServer.Management.Smo.Database database, string name, string schema);
new Microsoft.SqlServer.Management.Smo.Rule : Microsoft.SqlServer.Management.Smo.Database * string * string -> Microsoft.SqlServer.Management.Smo.Rule
Public Sub New (database As Database, name As String, schema As String)
Parâmetros
- database
- Database
- name
- String
- schema
- String