BindDefaultImpl 方法
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Protected Sub BindDefaultImpl ( _
defaultSchema As String, _
defaultName As String, _
bindColumns As Boolean _
)
用法
Dim defaultSchema As String
Dim defaultName As String
Dim bindColumns As Boolean
Me.BindDefaultImpl(defaultSchema, _
defaultName, bindColumns)
protected void BindDefaultImpl(
string defaultSchema,
string defaultName,
bool bindColumns
)
protected:
void BindDefaultImpl(
String^ defaultSchema,
String^ defaultName,
bool bindColumns
)
member BindDefaultImpl :
defaultSchema:string *
defaultName:string *
bindColumns:bool -> unit
protected function BindDefaultImpl(
defaultSchema : String,
defaultName : String,
bindColumns : boolean
)
参数
- defaultSchema
类型:System. . :: . .String
- defaultName
类型:System. . :: . .String
- bindColumns
类型:System. . :: . .Boolean