Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Indicates whether a value can be converted to the specified primitive data type.
Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Ensamblado: Microsoft.SqlServer.WebServiceTask (in microsoft.sqlserver.webservicetask.dll)
Sintaxis
'Declaración
Public Shared Function Validate ( _
datatype As String, _
valueToValidate As String _
) As Boolean
public static bool Validate (
string datatype,
string valueToValidate
)
public:
static bool Validate (
String^ datatype,
String^ valueToValidate
)
public static boolean Validate (
String datatype,
String valueToValidate
)
public static function Validate (
datatype : String,
valueToValidate : String
) : boolean
Parámetros
- datatype
The primitive data type.
- valueToValidate
The value to validate.
Valor devuelto
true if the value can be converted to the primitive data type; otherwise, false.
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
Helper Class
Helper Members
Microsoft.SqlServer.Dts.Tasks.WebServiceTask Namespace