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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ISql90PartitionFunction Interface