CreatePartitionFunctionStatement.ParameterType (Propiedad)

Obtiene o establece el tipo del parámetro opcional.

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 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)

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

CreatePartitionFunctionStatement Clase

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