ISql90SpecifiesStorage.GetPartitionColumnRelationship Method
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Function GetPartitionColumnRelationship As IModelSingleRelationship(Of ISql90SpecifiesStorage, ISqlColumn)
'Usage
Dim instance As ISql90SpecifiesStorage
Dim returnValue As IModelSingleRelationship(Of ISql90SpecifiesStorage, ISqlColumn)
returnValue = instance.GetPartitionColumnRelationship()
IModelSingleRelationship<ISql90SpecifiesStorage, ISqlColumn> GetPartitionColumnRelationship()
IModelSingleRelationship<ISql90SpecifiesStorage^, ISqlColumn^>^ GetPartitionColumnRelationship()
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.
See Also
Reference
ISql90SpecifiesStorage Interface