SqlModelBuilder.DeleteObjects Method
Deletes the objects in the model that were added by using the specified cacheIdentifier.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Overrides Sub DeleteObjects ( _
cacheIdentifier As String _
)
public override void DeleteObjects(
string cacheIdentifier
)
public:
virtual void DeleteObjects(
String^ cacheIdentifier
) override
abstract DeleteObjects :
cacheIdentifier:string -> unit
override DeleteObjects :
cacheIdentifier:string -> unit
public override function DeleteObjects(
cacheIdentifier : String
)
Parameters
- cacheIdentifier
Type: System.String
The cache identifier.
.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.