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 an Extensible Stylesheet Language Transformations (XSLT) transform that converts a .dbschema from the specified version to the current one, or null no such conversion exists.
Namespace: Microsoft.Data.Schema.Sql
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Overrides Function GetSchemaUpgradeXslt ( _
fromVersion As String _
) As String
public override string GetSchemaUpgradeXslt(
string fromVersion
)
public:
virtual String^ GetSchemaUpgradeXslt(
String^ fromVersion
) override
abstract GetSchemaUpgradeXslt :
fromVersion:string -> string
override GetSchemaUpgradeXslt :
fromVersion:string -> string
public override function GetSchemaUpgradeXslt(
fromVersion : String
) : String
Parameters
- fromVersion
Type: System.String
Schema version from which to convert.
Return Value
Type: System.String
.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.