Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Binds the default items identified by the parameters.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Protected Sub BindDefaultImpl ( _
defaultSchema As String, _
defaultName As String, _
bindColumns As Boolean _
)
'Usage
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
)
Parameters
- defaultSchema
Type: System.String
A string value that specifies the default schema.
- defaultName
Type: System.String
A string value that specifies the default name.
- bindColumns
Type: System.Boolean
A Boolean value that specifies whether to bind columns.