DefaultRuleBase.EnumBoundDataTypes Method ()

 

Applies To: SQL Server 2016 Preview

Enumerates a list of data types to which the default or rule is bound.

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

public SqlSmoObject[] EnumBoundDataTypes()
public:
array<SqlSmoObject^>^ EnumBoundDataTypes()
member EnumBoundDataTypes : unit -> SqlSmoObject[]
Public Function EnumBoundDataTypes As SqlSmoObject()

Return Value

Type: Microsoft.SqlServer.Management.Smo.SqlSmoObject[]

An array of SqlSmoObject objects that specify the data types to which the default or rule is bound.

Examples

Legacy Code Example

Creating, Altering, and Removing Defaults

Creating, Altering, and Removing Rules

See Also

DefaultRuleBase Class
Microsoft.SqlServer.Management.Smo Namespace
Working with Database Objects

Unable to find linked topic '63e1bd15-d618-4ee4-a819-641137101816'.Unable to find linked topic '57f5fe71-2fd7-42fa-b568-9f5541ba2b66'.

Return to top