ISql90SpecifiesStorage.GetPartitionColumnRelationship Method

Returns an IModelSingleRelationship between this and the associated ISqlColumn.

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

Syntax

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

Return Value

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

.NET Framework Security

See Also

Reference

ISql90SpecifiesStorage Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace