DefaultRuleBase.EnumBoundDataTypes-Methode
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
'Declaration
Public Function EnumBoundDataTypes As SqlSmoObject()
'Usage
Dim instance As DefaultRuleBase
Dim returnValue As SqlSmoObject()
returnValue = instance.EnumBoundDataTypes()
public SqlSmoObject[] EnumBoundDataTypes()
public:
array<SqlSmoObject^>^ EnumBoundDataTypes()
member EnumBoundDataTypes : unit -> SqlSmoObject[]
public function EnumBoundDataTypes() : SqlSmoObject[]
Rückgabewert
Typ: array<Microsoft.SqlServer.Management.Smo.SqlSmoObject[]
An array of SqlSmoObject objects that specify the data types 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