Compartir a través de


SystemDataTypeCollection.ItemById Método

Extracts a member from the SystemDataTypeCollection 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 SystemDataType
'Uso
Dim instance As SystemDataTypeCollection 
Dim id As Integer 
Dim returnValue As SystemDataType 

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

Parámetros

Valor devuelto

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

Ejemplos

Usar colecciones

Vea también

Referencia

SystemDataTypeCollection Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo