SqlDataType propriété
Gets a data type that specifies the SqlDataType definition used in the data type.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Property SqlDataType As SqlDataType
Get
Set
'Utilisation
Dim instance As DataType
Dim value As SqlDataType
value = instance.SqlDataType
instance.SqlDataType = value
public SqlDataType SqlDataType { get; set; }
public:
property SqlDataType SqlDataType {
SqlDataType get ();
void set (SqlDataType value);
}
member SqlDataType : SqlDataType with get, set
function get SqlDataType () : SqlDataType
function set SqlDataType (value : SqlDataType)
Valeur de la propriété
Type : Microsoft.SqlServer.Management.Smo. . :: . .SqlDataType
A SqlDataType object value that specifies an SqlDataType definition in the data type.
Voir aussi