ISql90FilegroupSpecifier.GetFilegroupRelationship Method
Returns an IModelSingleRelationship between this and the associated ISqlFilegroup.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Function GetFilegroupRelationship As IModelSingleRelationship(Of ISql90FilegroupSpecifier, ISqlFilegroup)
IModelSingleRelationship<ISql90FilegroupSpecifier, ISqlFilegroup> GetFilegroupRelationship()
IModelSingleRelationship<ISql90FilegroupSpecifier^, ISqlFilegroup^>^ GetFilegroupRelationship()
abstract GetFilegroupRelationship : unit -> IModelSingleRelationship<ISql90FilegroupSpecifier, ISqlFilegroup>
function GetFilegroupRelationship() : IModelSingleRelationship<ISql90FilegroupSpecifier, ISqlFilegroup>
Return Value
Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISql90FilegroupSpecifier, ISqlFilegroup>
.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.