Поделиться через


Метод 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
    Значение типа Boolean, указывающее, нужно ли привязывать столбцы.