DataType-Eigenschaft
Gets or sets the data type associated with the parameter.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute> _
Public Property DataType As DataType
Get
Set
'Usage
Dim instance As ParameterBase
Dim value As DataType
value = instance.DataType
instance.DataType = value
[SfcPropertyAttribute]
public DataType DataType { get; set; }
[SfcPropertyAttribute]
public:
property DataType^ DataType {
DataType^ get ();
void set (DataType^ value);
}
[<SfcPropertyAttribute>]
member DataType : DataType with get, set
function get DataType () : DataType
function set DataType (value : DataType)
Eigenschaftenwert
Typ: Microsoft.SqlServer.Management.Smo. . :: . .DataType
A DataType object value that specifies the data type associated with the parameter.
Hinweise
Thread Safety
Alle öffentlichen, statischen Elemente dieses Typs (Shared in Microsoft Visual Basic) sind für Vorgänge mit mehreren Threads sicher. Für Instanzelemente kann nicht sichergestellt werden, dass sie für Threads sicher sind.
Siehe auch