Compartir a través de


InputType.FromTable Method

Converts a Table object to an InputType object.

Espacio de nombres: Microsoft.SqlServer.NotificationServices.Rules
Ensamblado: Microsoft.SqlServer.NotificationServices.Rules (in microsoft.sqlserver.notificationservices.rules.dll)

Sintaxis

'Declaración
Public Shared Function FromTable ( _
    table As Table _
) As InputType
public static InputType FromTable (
    Table table
)
public:
static InputType^ FromTable (
    Table^ table
)
public static InputType FromTable (
    Table table
)
public static function FromTable (
    table : Table
) : InputType

Parámetros

  • table
    The Table to convert to an InputType. This parameter sets the table input type's Table property.

Valor devuelto

An InputType object.

Seguridad para subprocesos

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

InputType Class
InputType Members
Microsoft.SqlServer.NotificationServices.Rules Namespace