DefaultRuleBase.EnumBoundColumns-Methode
Enumerates a list of columns to which the default or rule is bound.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Function EnumBoundColumns As SqlSmoObject()
'Usage
Dim instance As DefaultRuleBase
Dim returnValue As SqlSmoObject()
returnValue = instance.EnumBoundColumns()
public SqlSmoObject[] EnumBoundColumns()
public:
array<SqlSmoObject^>^ EnumBoundColumns()
member EnumBoundColumns : unit -> SqlSmoObject[]
public function EnumBoundColumns() : SqlSmoObject[]
Rückgabewert
Typ: array<Microsoft.SqlServer.Management.Smo.SqlSmoObject[]
An array of SqlSmoObject objects that specify the columns to which the default or rule is bound.
Beispiele
Erstellen, Ändern und Löschen von Standardwerten
Erstellen, Ändern und Löschen von Regeln
Siehe auch
Verweis
Microsoft.SqlServer.Management.Smo-Namespace