ISql90PartitionFunction.ParameterType Property

Gets or sets a function parameter type.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property ParameterType As ISql90TypeSpecifier
    Get
    Set
'Usage
Dim instance As ISql90PartitionFunction
Dim value As ISql90TypeSpecifier

value = instance.ParameterType

instance.ParameterType = value
ISql90TypeSpecifier ParameterType { get; set; }
property ISql90TypeSpecifier^ ParameterType {
    ISql90TypeSpecifier^ get ();
    void set (ISql90TypeSpecifier^ value);
}
function get ParameterType () : ISql90TypeSpecifier
function set ParameterType (value : ISql90TypeSpecifier)
abstract ParameterType : ISql90TypeSpecifier with get, set

Property Value

Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.ISql90TypeSpecifier
Returns a ISql90TypeSpecifier.

.NET Framework Security

See Also

Reference

ISql90PartitionFunction Interface

ISql90PartitionFunction Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace