ISql90SpecifiesStorage.GetPartitionSchemeRelationship Method

Returns an IModelSingleRelationship between this and the associated ISql90PartitionScheme.

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

Syntax

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

Return Value

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

.NET Framework Security

See Also

Reference

ISql90SpecifiesStorage Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace