Condividi tramite


Proprietà PartitionParameterType.DataType

Gets or sets the parameter type.

Spazio dei nomi  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintassi

'Dichiarazione
Public Property DataType As DataTypeReference 
    Get 
    Set
'Utilizzo
Dim instance As PartitionParameterType 
Dim value As DataTypeReference 

value = instance.DataType

instance.DataType = value
public DataTypeReference DataType { get; set; }
public:
property DataTypeReference^ DataType {
    DataTypeReference^ get ();
    void set (DataTypeReference^ value);
}
member DataType : DataTypeReference with get, set
function get DataType () : DataTypeReference 
function set DataType (value : DataTypeReference)

Valore proprietà

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.DataTypeReference
The parameter type.

Vedere anche

Riferimento

PartitionParameterType Classe

Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom