BindToDataType 메서드
Binds the default or rule to a data type.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
Public Sub BindToDataType ( _
datatypename As String, _
bindcolumns As Boolean _
)
‘사용 방법
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
)
매개 변수
- datatypename
형식: System. . :: . .String
A String value that specifies the name of the data type.
- bindcolumns
형식: System. . :: . .Boolean
A Boolean value that specifies whether to bind the default or rule to data types that are already bound to a column.