Méthode UserDefinedDataType.EnumBoundColumns
Enumerates a list of columns to which the user-defined data type type is bound.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Function EnumBoundColumns As SqlSmoObject()
'Utilisation
Dim instance As UserDefinedDataType
Dim returnValue As SqlSmoObject()
returnValue = instance.EnumBoundColumns()
public SqlSmoObject[] EnumBoundColumns()
public:
array<SqlSmoObject^>^ EnumBoundColumns()
member EnumBoundColumns : unit -> SqlSmoObject[]
public function EnumBoundColumns() : SqlSmoObject[]
Valeur de retour
Type : array<Microsoft.SqlServer.Management.Smo.SqlSmoObject[]
A SqlSmoObject object array value that contains a list of objects to which the user-defined data type is bound.