DefaultRuleBase.UnbindFromDataType Método
Unbinds the default or rule from the specified data type
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Sub UnbindFromDataType ( _
datatypename As String, _
bindcolumns As Boolean _
)
'Uso
Dim instance As DefaultRuleBase
Dim datatypename As String
Dim bindcolumns As Boolean
instance.UnbindFromDataType(datatypename, _
bindcolumns)
public void UnbindFromDataType(
string datatypename,
bool bindcolumns
)
public:
void UnbindFromDataType(
String^ datatypename,
bool bindcolumns
)
member UnbindFromDataType :
datatypename:string *
bindcolumns:bool -> unit
public function UnbindFromDataType(
datatypename : String,
bindcolumns : boolean
)
Parámetros
- datatypename
Tipo: System.String
A String value that specifies the name of the data type.
- bindcolumns
Tipo: System.Boolean
A Boolean value that specifies whether to unbind the default or rule from data types that are already bound to a column.
Ejemplos
Crear, modificar y eliminar valores predeterminados
Crear, modificar y quitar reglas
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.Smo
Otros recursos
Trabajar con objetos de bases de datos