Dela via


ISql90PartitionFunction.ParameterType Property

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

Syntax

'Declaration
Property ParameterType As ISql90TypeSpecifier
'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)

Property Value

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

.NET Framework Security

See Also

Reference

ISql90PartitionFunction Interface

ISql90PartitionFunction Members

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