ISql100Filegroup.GetStoredFileStreamObjectsRelationship Method
Gets the stored file stream objects relationship.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Function GetStoredFileStreamObjectsRelationship As IModelReverseMultiRelationship(Of ISql100Filegroup, ISql100SpecifiesFileStream)
'Usage
Dim instance As ISql100Filegroup
Dim returnValue As IModelReverseMultiRelationship(Of ISql100Filegroup, ISql100SpecifiesFileStream)
returnValue = instance.GetStoredFileStreamObjectsRelationship()
IModelReverseMultiRelationship<ISql100Filegroup, ISql100SpecifiesFileStream> GetStoredFileStreamObjectsRelationship()
IModelReverseMultiRelationship<ISql100Filegroup^, ISql100SpecifiesFileStream^>^ GetStoredFileStreamObjectsRelationship()
function GetStoredFileStreamObjectsRelationship() : IModelReverseMultiRelationship<ISql100Filegroup, ISql100SpecifiesFileStream>
abstract GetStoredFileStreamObjectsRelationship : unit -> IModelReverseMultiRelationship<ISql100Filegroup, ISql100SpecifiesFileStream>
Return Value
Type: Microsoft.Data.Schema.SchemaModel.IModelReverseMultiRelationship<ISql100Filegroup, ISql100SpecifiesFileStream>
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.