Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the singleton instance of Sql80UserInteractionServices.
Namespace: Microsoft.Data.Schema.Sql
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Shared Function GetInstance ( _
databaseSchemaProvider As Sql80DatabaseSchemaProvider _
) As Sql80UserInteractionServices
public static Sql80UserInteractionServices GetInstance(
Sql80DatabaseSchemaProvider databaseSchemaProvider
)
public:
static Sql80UserInteractionServices^ GetInstance(
Sql80DatabaseSchemaProvider^ databaseSchemaProvider
)
static member GetInstance :
databaseSchemaProvider:Sql80DatabaseSchemaProvider -> Sql80UserInteractionServices
public static function GetInstance(
databaseSchemaProvider : Sql80DatabaseSchemaProvider
) : Sql80UserInteractionServices
Parameters
- databaseSchemaProvider
Type: Microsoft.Data.Schema.Sql.Sql80DatabaseSchemaProvider
The database schema provider.
Return Value
Type: Microsoft.Data.Schema.Sql.Sql80UserInteractionServices
.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.