Metodo UnbindRule
Unbinds a rule from the user-defined data type.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Sub UnbindRule
'Utilizzo
Dim instance As UserDefinedDataType
instance.UnbindRule()
public void UnbindRule()
public:
void UnbindRule()
member UnbindRule : unit -> unit
public function UnbindRule()
Vedere anche