FileScriptCache.ContainsCacheIdentifier Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Determines whether the provided string contains a cache identifier.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Overrides Function ContainsCacheIdentifier ( _
cacheIdentifier As String _
) As Boolean
public override bool ContainsCacheIdentifier(
string cacheIdentifier
)
public:
virtual bool ContainsCacheIdentifier(
String^ cacheIdentifier
) override
abstract ContainsCacheIdentifier :
cacheIdentifier:string -> bool
override ContainsCacheIdentifier :
cacheIdentifier:string -> bool
public override function ContainsCacheIdentifier(
cacheIdentifier : String
) : boolean
Parameters
- cacheIdentifier
Type: System.String
A string that may contain a cache identifier.
Return Value
Type: System.Boolean
true if the provided string contains a cache identifier; false if it does not.
.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.