Compartir a través de


PartitionParameterType.DataType (Propiedad)

Obtiene o establece el tipo de parámetro.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
Public Property DataType As DataType
    Get
    Set
public DataType DataType { get; set; }
public:
property DataType^ DataType {
    DataType^ get ();
    void set (DataType^ value);
}
member DataType : DataType with get, set
function get DataType () : DataType
function set DataType (value : DataType)

Valor de propiedad

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.DataType
Devuelve un objeto DataType.

Seguridad de .NET Framework

Vea también

Referencia

PartitionParameterType Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)