ISql90SpecifiesStorage.GetPartitionSchemeRelationship Method

Gets a partition scheme relationship.

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

Syntax

'Declaration
Function GetPartitionSchemeRelationship As IModelSingleRelationship(Of ISql90SpecifiesStorage, ISql90PartitionScheme)
'Usage
Dim instance As ISql90SpecifiesStorage
Dim returnValue As IModelSingleRelationship(Of ISql90SpecifiesStorage, ISql90PartitionScheme)

returnValue = instance.GetPartitionSchemeRelationship()
IModelSingleRelationship<ISql90SpecifiesStorage, ISql90PartitionScheme> GetPartitionSchemeRelationship()
IModelSingleRelationship<ISql90SpecifiesStorage^, ISql90PartitionScheme^>^ GetPartitionSchemeRelationship()
function GetPartitionSchemeRelationship() : IModelSingleRelationship<ISql90SpecifiesStorage, ISql90PartitionScheme>
abstract GetPartitionSchemeRelationship : unit -> IModelSingleRelationship<ISql90SpecifiesStorage, ISql90PartitionScheme> 

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISql90SpecifiesStorage, ISql90PartitionScheme>
Returns a IModelSingleRelationship<TRelating, TRelated> collection.

.NET Framework Security

See Also

Reference

ISql90SpecifiesStorage Interface

ISql90SpecifiesStorage Members

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