Compartir a través de


PartitionFunction.ParameterType Propiedad

ParameterType relationship class of PartitionFunction

Espacio de nombres:  Microsoft.SqlServer.Dac.Model
Ensamblado:  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxis

'Declaración
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 de la propiedad

Tipo: Microsoft.SqlServer.Dac.Model.ModelRelationshipClass

Vea también

Referencia

PartitionFunction Clase

Espacio de nombres Microsoft.SqlServer.Dac.Model