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