PartitionFunction.ParameterType Property
ParameterType relationship class of PartitionFunction
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public Shared Property ParameterType As ModelRelationshipClass
Get
Friend Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.Dac.Model.ModelRelationshipClass