Compartir a través de


InputType.FromView Method

Converts a View 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 FromView ( _
    view As View _
) As InputType
public static InputType FromView (
    View view
)
public:
static InputType^ FromView (
    View^ view
)
public static InputType FromView (
    View view
)
public static function FromView (
    view : View
) : InputType

Parámetros

  • view
    The View object to convert to an InputType. This parameter sets the view input type's View 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