Metodo BindDefaultImpl
Associa gli elementi predefiniti identificati dai parametri.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Protected Sub BindDefaultImpl ( _
defaultSchema As String, _
defaultName As String, _
bindColumns As Boolean _
)
'Utilizzo
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
)
Parametri
- defaultSchema
Tipo: System. . :: . .String
Valore stringa che specifica lo schema predefinito.
- defaultName
Tipo: System. . :: . .String
Valore stringa che specifica il nome predefinito.
- bindColumns
Tipo: System. . :: . .Boolean
Valore booleano che specifica se associare le colonne.