Column.UnbindRule Método
Unbinds the currently bound rule from the column.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Sub UnbindRule
'Uso
Dim instance As Column
instance.UnbindRule()
public void UnbindRule()
public:
void UnbindRule()
member UnbindRule : unit -> unit
public function UnbindRule()
Comentarios
[!NOTA]
Columns based on the UserDefinedTableType object cannot be modified and this method generates an exception.
Ejemplos
Trabajar con objetos de bases de datos
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.Smo