Partilhar via


Propriedade do RDL PartitionFunction.ParameterType

ParameterType relationship class of PartitionFunction

Namespace:  Microsoft.SqlServer.Dac.Model
Assembly:  Microsoft.SqlServer.Dac.Extensions (em Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxe

'Declaração
Public Shared Property ParameterType As ModelRelationshipClass 
    Get 
    Friend Set
'Uso
Dim value As ModelRelationshipClass 

value = PartitionFunction.ParameterType
public static ModelRelationshipClass ParameterType { get; internal set; }
public:
static property ModelRelationshipClass^ ParameterType {
    ModelRelationshipClass^ get ();
    internal: void set (ModelRelationshipClass^ value);
}
static member ParameterType : ModelRelationshipClass with get, internal set
static function get ParameterType () : ModelRelationshipClass 
internal static function set ParameterType (value : ModelRelationshipClass)

Valor da propriedade

Tipo: Microsoft.SqlServer.Dac.Model.ModelRelationshipClass

Consulte também

Referência

PartitionFunction Classe

Namespace Microsoft.SqlServer.Dac.Model