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 Sql90UserInteractionServices.
Namespace: Microsoft.Data.Schema.Sql
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Shared Function GetInstance ( _
databaseSchemaProvider As Sql90DatabaseSchemaProvider _
) As Sql90UserInteractionServices
public static Sql90UserInteractionServices GetInstance(
Sql90DatabaseSchemaProvider databaseSchemaProvider
)
public:
static Sql90UserInteractionServices^ GetInstance(
Sql90DatabaseSchemaProvider^ databaseSchemaProvider
)
static member GetInstance :
databaseSchemaProvider:Sql90DatabaseSchemaProvider -> Sql90UserInteractionServices
public static function GetInstance(
databaseSchemaProvider : Sql90DatabaseSchemaProvider
) : Sql90UserInteractionServices
Parameters
- databaseSchemaProvider
Type: Microsoft.Data.Schema.Sql.Sql90DatabaseSchemaProvider
The database schema provider.
Return Value
Type: Microsoft.Data.Schema.Sql.Sql90UserInteractionServices
.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.