Compartir a través de


Rule Constructor

Initializes a new instance of the Rule class.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Sub New
'Uso
Dim instance As New Rule()
public Rule()
public:
Rule()
new : unit -> Rule
public function Rule()

Comentarios

The default constructor initializes any fields to their default values.

Ejemplos

Crear, modificar y quitar reglas

Vea también

Referencia

Rule Clase

Sobrecarga de Rule

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

Reglas

CREATE RULE (Transact-SQL)