Méthode EnumBoundDataTypes
Enumerates a list of data types to which the default or rule is bound.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Function EnumBoundDataTypes As SqlSmoObject()
'Utilisation
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[]
Valeur de retour
Type : array<Microsoft.SqlServer.Management.Smo. . :: . .SqlSmoObject> [] () [] []
An array of SqlSmoObject objects that specify the data types to which the default or rule is bound.
Voir aussi