ISqlDatabaseOptions.GetDefaultFilegroupRelationship Method
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Function GetDefaultFilegroupRelationship As IModelSingleRelationship(Of ISqlDatabaseOptions, ISqlFilegroup)
'Usage
Dim instance As ISqlDatabaseOptions
Dim returnValue As IModelSingleRelationship(Of ISqlDatabaseOptions, ISqlFilegroup)
returnValue = instance.GetDefaultFilegroupRelationship()
IModelSingleRelationship<ISqlDatabaseOptions, ISqlFilegroup> GetDefaultFilegroupRelationship()
IModelSingleRelationship<ISqlDatabaseOptions^, ISqlFilegroup^>^ GetDefaultFilegroupRelationship()
function GetDefaultFilegroupRelationship() : IModelSingleRelationship<ISqlDatabaseOptions, ISqlFilegroup>
Return Value
Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISqlDatabaseOptions, 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.