PreviousDatabaseSchemaProviderNameAttribute Constructor
Initializes a new instance of the PreviousDatabaseSchemaProviderNameAttribute class.
Namespace: Microsoft.Data.Schema.Extensibility
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Sub New ( _
previousName As String _
)
public PreviousDatabaseSchemaProviderNameAttribute(
string previousName
)
public:
PreviousDatabaseSchemaProviderNameAttribute(
String^ previousName
)
new :
previousName:string -> PreviousDatabaseSchemaProviderNameAttribute
public function PreviousDatabaseSchemaProviderNameAttribute(
previousName : String
)
Parameters
- previousName
Type: System.String
The type name of the previous DatabaseSchemaProvider.
.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.
See Also
Reference
PreviousDatabaseSchemaProviderNameAttribute Class