Proprietà CreatePartitionFunctionStatement.ParameterType
Ottiene o imposta il tipo di parametro facoltativo.
Spazio dei nomi: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Sintassi
'Dichiarazione
Public Property ParameterType As PartitionParameterType
Get
Set
public PartitionParameterType ParameterType { get; set; }
public:
property PartitionParameterType^ ParameterType {
PartitionParameterType^ get ();
void set (PartitionParameterType^ value);
}
member ParameterType : PartitionParameterType with get, set
function get ParameterType () : PartitionParameterType
function set ParameterType (value : PartitionParameterType)
Valore proprietà
Tipo: Microsoft.Data.Schema.ScriptDom.Sql.PartitionParameterType
Restituisce un elemento PartitionParameterType.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.