Compartir a través de


UserDefinedTypeCollection.ItemById Método

Extracts a member from the UserDefinedTypeCollection collection by using a system-defined, unique identifier.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Function ItemById ( _
    id As Integer _
) As UserDefinedType
'Uso
Dim instance As UserDefinedTypeCollection 
Dim id As Integer 
Dim returnValue As UserDefinedType 

returnValue = instance.ItemById(id)
public UserDefinedType ItemById(
    int id
)
public:
UserDefinedType^ ItemById(
    int id
)
member ItemById : 
        id:int -> UserDefinedType
public function ItemById(
    id : int
) : UserDefinedType

Parámetros

Valor devuelto

Tipo: Microsoft.SqlServer.Management.Smo.UserDefinedType
A UserDefinedType object that has the specified ID value.

Ejemplos

Usar colecciones

Vea también

Referencia

UserDefinedTypeCollection Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo