TechNet
Products
IT Resources
Downloads
Training
Support
Windows
Windows
Server
System
Center
Internet
Explorer
Office
Office 365
Exchange
Server
SQL Server
SharePoint
Products
Lync
See all products »
Evaluation Center
Learning Resources
Microsoft IT Camps
Microsoft Technical Communities
Microsoft Virtual Academy
Script Center
Server and Tools Blogs
Solution Accelerators
TechNet Blogs
TechNet Flash Newsletter
TechNet Gallery
TechNet Library
TechNet Magazine
TechNet Subscriptions
TechNet Video
TechNet Wiki
Windows Sysinternals
Virtual Labs
Networking
Cloud and Datacenter
Security
Virtualization
Service Packs
Security Bulletins
Microsoft Update
Windows Server 2012
System Center 2012 SP1
Microsoft SQL Server 2012 SP1
Windows 8 Enterprise
See all trials »
Microsoft Download Center
TechNet Evaluation Center
Drivers
Compatability & Converters
Windows Sysinternals
TechNet Gallery
Training Catalog
Class Locator
Microsoft Virtual Academy
Free Windows Server 2012 courses
Free Windows 8 courses
SQL Server training
e-Learning overview
Certification overview
MCSA: Windows 8
Windows Server Certification (MCSE)
Private Cloud Certification (MCSE)
SQL Server Certification (MCSE)
TechNet Events
Second shot for certification
Born To Learn blog
IT Camps
Exchange Server
Forefront Server
Forefront Edge Security
Forefront Server Security
Internet Explorer
Office
SharePoint
SQL Server
System Center
Windows Server
Windows XP
Windows Vista
Windows 7
Windows 8
Microsoft Premier Online
Microsoft Fix It Center
TechNet Forums
MSDN Forums
Security Bulletins & Advisories
International support solutions
Log a support ticket
Look up event IDs and error codes
Microsoft Customer Support
Microsoft Community Forums
United States (English)
Sign in
Print This Topic
Print Multiple Topics
Home
2012
2008 R2
2008
Previous Versions
Library
Forums
TechNet Library
SQL Server
SQL Server 2008 R2
Product Documentation
SQL Server 2008 R2 Books Online
Database Engine
Technical Reference
SQL Server Management Objects (SMO) Class Library
Microsoft.SqlServer.Management.Smo Namespace
SqlSmoObject Class
SqlSmoObject Methods
AddDatabaseContext Method
AlterImpl Method
AlterImplFinish Method
AlterImplInit Method
AlterImplWorker Method
BindDefaultImpl Method
BindRuleImpl Method
CheckCollation Method
CheckObjectState Method
CheckObjectStateImpl Method
CheckVersion100 Method
CheckVersion80 Method
CheckVersion80SP3 Method
CheckVersion90 Method
CheckVersionBelow90 Method
CleanObject Method
CreateImpl Method
CreateImplFinish Method
CreateImplInit Method
Discover Method
DropImpl Method
DropImplWorker Method
EnumScriptImpl Method
EnumScriptImplWorker Method
EnumScriptImplWorkerSOChanged Method
FormatSqlVariant Method
GenerateDataSpaceFileStreamScript Method
GenerateDataSpaceScript Method
GetBindDefaultScript Method
GetBindRuleScript Method
GetBoolParameter Method
GetChildType Method
GetDateTimeParameter Method
GetDateTimeParameterAsInt Method
GetDBName Method
GetEnumParameter Method
GetFragOptionString Method
GetGuidParameter Method
GetParameter Method
GetPropValue Method
GetPropValueOptional Method
GetPropValueOptionalAllowNull Method
GetRealValue Method
GetScriptingOptionsForCreate Method
GetServerName Method
GetServerObject Method
GetSqlServerVersionName Method
GetStringParameter Method
GetTimeSpanParameterAsInt Method
GetTypeFromUrnSkeleton Method
GetUrnRecursive Method
IAlienObject.Discover Method
IAlienObject.GetDomainRoot Method
IAlienObject.GetParent Method
IAlienObject.GetPropertyType Method
IAlienObject.GetPropertyValue Method
IAlienObject.GetUrn Method
IAlienObject.Resolve Method
IAlienObject.SetObjectState Method
IAlienObject.SetPropertyValue Method
ImplInitialize Method
Initialize Method
IsCollectionDirty Method
ISfcPropertyProvider.GetPropertySet Method
IsObjectDirty Method
IsObjectInitialized Method
IsObjectInSpace Method
IsVersion80SP3 Method
IsVersion90AndAbove Method
MarkDropped Method
MarkForDropImpl Method
PostAlter Method
PostCreate Method
PostDrop Method
Refresh Method
ScriptAlter Method
ScriptCreate Method
ScriptDdl Method
ScriptDrop Method
ScriptImpl Method
ScriptImplWorker Method
SetParentImpl Method
ToString Method
TouchImpl Method
Trace Method
UnbindDefaultImpl Method
UnbindRuleImpl Method
UpdateCollectionState2 Method
This topic has not yet been rated
-
Rate this topic
SqlSmoObject
.
UnbindRuleImpl Method
SQL Server 2008 R2
Other Versions
SQL Server 2008
SQL Server 2005
SQL Server 2012
Unbinds rules of the
SqlSmoObject
.
Namespace:
Microsoft.SqlServer.Management.Smo
Assembly:
Microsoft.SqlServer.Smo
(in Microsoft.SqlServer.Smo.dll)
Syntax
C#
C++
F#
JScript
VB
Copy
protected
void
UnbindRuleImpl(
bool
bindColumns )
Parameters
bindColumns
Type:
System
.
Boolean
A Boolean value that specifies whether to bind columns future only.
See Also
Reference
SqlSmoObject Class
Microsoft.SqlServer.Management.Smo Namespace
Did you find this helpful?
Yes
No
Not accurate
Not enough depth
Need more code examples
Tell us more...
(
1500
characters remaining)
Community Additions
ADD