CreatePartitionFunctionStatement.ParameterType – vlastnost
Získá nebo nastaví volitelný parametr typu.
Obor názvů: Microsoft.Data.Schema.ScriptDom.Sql
Sestavení: Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntaxe
'Deklarace
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)
Hodnota vlastnosti
Typ: Microsoft.Data.Schema.ScriptDom.Sql.PartitionParameterType
Vrátí PartitionParameterType.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.