DefaultRuleBase.UnbindFromColumn Método (String, String, String)
Unbinds the default or rule from the specified column with the specified table schema.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Sub UnbindFromColumn ( _
tablename As String, _
colname As String, _
tableschema As String _
)
'Uso
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
)
Parámetros
- tablename
Tipo: System.String
A String value that specifies the table in which the column resides.
- colname
Tipo: System.String
A String value that specifies the column.
- tableschema
Tipo: System.String
A String value that specifies the table schema.
Ejemplos
Crear, modificar y eliminar valores predeterminados
Crear, modificar y quitar reglas
Vea también
Referencia
Sobrecarga de UnbindFromColumn
Espacio de nombres Microsoft.SqlServer.Management.Smo
Otros recursos
Trabajar con objetos de bases de datos