UnbindFromDataType 方法
Unbinds the default or rule from the specified data type
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public Sub UnbindFromDataType ( _
datatypename As String, _
bindcolumns As Boolean _
)
用法
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
)
参数
- datatypename
类型:System. . :: . .String
A String value that specifies the name of the data type.
- bindcolumns
类型:System. . :: . .Boolean
A Boolean value that specifies whether to unbind the default or rule from data types that are already bound to a column.