Argument.op_Implicit Method

Converts a .NET common language runtime (CLR) data type to an instance of the Argument class.

Overload List

Name Description
Argument.op_Implicit (Boolean)
Converts a Boolean value to an instance of Argument.
Argument.op_Implicit (Byte)
Converts a Byte value to an instance of the Argument class.
Argument.op_Implicit (Byte[])
Converts a Byte array to an instance of the Argument class.
Argument.op_Implicit (Char)
Converts a Char value to an instance of the Argument class.
Argument.op_Implicit (DateTime)
Converts a DateTime value to an instance of the Argument class.
Argument.op_Implicit (Decimal)
Converts a Decimal value to an instance of the Argument class.
Argument.op_Implicit (Double)
Converts a Double value to an instance of the Argument class.
Argument.op_Implicit (Guid)
Converts a Guid value to an instance of Argument.
Argument.op_Implicit (Int16)
Converts a Int16 value to an instance of the Argument class.
Argument.op_Implicit (Int32)
Converts a Int32 value to an instance of the Argument class.
Argument.op_Implicit (Int64)
Converts a Int64 value to an instance of the Argument class.
Argument.op_Implicit (Single)
Converts a Single value to an instance of the Argument class.
Argument.op_Implicit (String)
Converts a String value to an instance of the Argument class.

See Also

Reference

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