ISql90PartitionScheme.GetPartitionFunctionRelationship Method

Returns an IModelSingleRelationship between this and the associated ISql90PartitionFunction.

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

Syntax

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

Return Value

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

.NET Framework Security

See Also

Reference

ISql90PartitionScheme Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace