BindToDataType Método
Binds the default or rule to a data type.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Sub BindToDataType ( _
datatypename As String, _
bindcolumns As Boolean _
)
'Uso
Dim instance As DefaultRuleBase
Dim datatypename As String
Dim bindcolumns As Boolean
instance.BindToDataType(datatypename, _
bindcolumns)
public void BindToDataType(
string datatypename,
bool bindcolumns
)
public:
void BindToDataType(
String^ datatypename,
bool bindcolumns
)
member BindToDataType :
datatypename:string *
bindcolumns:bool -> unit
public function BindToDataType(
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 bind the default or rule to data types that are already bound to a column.