Partager via


Propriété PartitionParameterType.DataType

Gets or sets the parameter type.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property DataType As DataTypeReference 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

PartitionParameterType Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom