Expand Minimize
This topic has not yet been rated - Rate this topic

SqlSmoObject.BindDefaultImpl Method

Binds the default items identified by the parameters.

Namespace:  Microsoft.SqlServer.Management.Smo
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.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.