ISqlFilegroup.GetStoredObjectsRelationship Method
Gets stored object relationships.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Function GetStoredObjectsRelationship As IModelReverseMultiRelationship(Of ISqlFilegroup, ISqlSpecifiesStorage)
'Usage
Dim instance As ISqlFilegroup
Dim returnValue As IModelReverseMultiRelationship(Of ISqlFilegroup, ISqlSpecifiesStorage)
returnValue = instance.GetStoredObjectsRelationship()
IModelReverseMultiRelationship<ISqlFilegroup, ISqlSpecifiesStorage> GetStoredObjectsRelationship()
IModelReverseMultiRelationship<ISqlFilegroup^, ISqlSpecifiesStorage^>^ GetStoredObjectsRelationship()
function GetStoredObjectsRelationship() : IModelReverseMultiRelationship<ISqlFilegroup, ISqlSpecifiesStorage>
abstract GetStoredObjectsRelationship : unit -> IModelReverseMultiRelationship<ISqlFilegroup, ISqlSpecifiesStorage>
Return Value
Type: Microsoft.Data.Schema.SchemaModel.IModelReverseMultiRelationship<ISqlFilegroup, ISqlSpecifiesStorage>
Returns a IModelReverseMultiRelationship<TRelating, TRelated> collection.
.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.