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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.