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
列をバインドするかどうかを示すブール値です。