Поделиться через


ISql90PartitionFunction.GetParameterTypeRelationship Method

Returns an IModelSingleRelationship between this and the associated ISqlTypeSpecifier.

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

Syntax

'Declaration
Function GetParameterTypeRelationship As IModelSingleRelationship(Of ISql90PartitionFunction, ISqlTypeSpecifier)
IModelSingleRelationship<ISql90PartitionFunction, ISqlTypeSpecifier> GetParameterTypeRelationship()
IModelSingleRelationship<ISql90PartitionFunction^, ISqlTypeSpecifier^>^ GetParameterTypeRelationship()
abstract GetParameterTypeRelationship : unit -> IModelSingleRelationship<ISql90PartitionFunction, ISqlTypeSpecifier> 
function GetParameterTypeRelationship() : IModelSingleRelationship<ISql90PartitionFunction, ISqlTypeSpecifier>

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISql90PartitionFunction, ISqlTypeSpecifier>

.NET Framework Security

See Also

Reference

ISql90PartitionFunction Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace