Méthode DefaultRuleBase.UnbindFromColumn (String, String, String)
Unbinds the default or rule from the specified column with the specified table schema.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub UnbindFromColumn ( _
tablename As String, _
colname As String, _
tableschema As String _
)
'Utilisation
Dim instance As DefaultRuleBase
Dim tablename As String
Dim colname As String
Dim tableschema As String
instance.UnbindFromColumn(tablename, _
colname, tableschema)
public void UnbindFromColumn(
string tablename,
string colname,
string tableschema
)
public:
void UnbindFromColumn(
String^ tablename,
String^ colname,
String^ tableschema
)
member UnbindFromColumn :
tablename:string *
colname:string *
tableschema:string -> unit
public function UnbindFromColumn(
tablename : String,
colname : String,
tableschema : String
)
Paramètres
- tablename
Type : System.String
A String value that specifies the table in which the column resides.
- colname
Type : System.String
A String value that specifies the column.
- tableschema
Type : System.String
A String value that specifies the table schema.
Exemples
Création, modification et suppression des valeurs par défaut
Création, modification et suppression de règles
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.Smo
Autres ressources
Utilisation des objets de base de données