Metodo EnumBoundDataTypes
Enumerates a list of data types to which the default or rule is bound.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Function EnumBoundDataTypes As SqlSmoObject()
'Utilizzo
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[]
Valore restituito
Tipo: array<Microsoft.SqlServer.Management.Smo. . :: . .SqlSmoObject> [] () [] []
An array of SqlSmoObject objects that specify the data types to which the default or rule is bound.
Vedere anche