Méthode DefaultRuleBase.UnbindFromDataType
Unbinds the default or rule from the specified data type
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub UnbindFromDataType ( _
datatypename As String, _
bindcolumns As Boolean _
)
'Utilisation
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
)
Paramètres
- datatypename
Type : System.String
A String value that specifies the name of the data type.
- bindcolumns
Type : System.Boolean
A Boolean value that specifies whether to unbind the default or rule from data types that are already bound to a column.
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