ModelBuilder.DeleteObjects – metoda
Odstraní objekty správce schématu, přidané s identifikátorem mezipaměti.
Obor názvů: Microsoft.Data.Schema.SchemaModel
Sestavení: Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)
Syntaxe
'Deklarace
Public MustOverride Sub DeleteObjects ( _
cacheIdentifier As String _
)
public abstract void DeleteObjects(
string cacheIdentifier
)
public:
virtual void DeleteObjects(
String^ cacheIdentifier
) abstract
abstract DeleteObjects :
cacheIdentifier:string -> unit
public abstract function DeleteObjects(
cacheIdentifier : String
)
Parametry
- cacheIdentifier
Typ: System.String
Identifikátor mezipaměti.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.