SqlSmoObject.BindDefaultImpl Method
SQL Server 2008 R2
Binds the default items identified by the parameters.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
protected void BindDefaultImpl( string defaultSchema, string defaultName, bool bindColumns )
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.
