Méthode Rule.ChangeSchema

Changes the schema associated with the rule.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Sub ChangeSchema ( _
    newSchema As String _
)
'Utilisation
Dim instance As Rule 
Dim newSchema As String

instance.ChangeSchema(newSchema)
public void ChangeSchema(
    string newSchema
)
public:
void ChangeSchema(
    String^ newSchema
)
member ChangeSchema : 
        newSchema:string -> unit
public function ChangeSchema(
    newSchema : String
)

Paramètres

Exemples

Création, modification et suppression de règles

Voir aussi

Référence

Rule Classe

Espace de noms Microsoft.SqlServer.Management.Smo

Autres ressources

Règles

CREATE RULE (Transact-SQL)