ScriptCache.GenerateUniqueCacheIdentifier Method
Returns a unique identifier that can be used with the cache.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public MustOverride Function GenerateUniqueCacheIdentifier As String
public abstract string GenerateUniqueCacheIdentifier()
public:
virtual String^ GenerateUniqueCacheIdentifier() abstract
abstract GenerateUniqueCacheIdentifier : unit -> string
public abstract function GenerateUniqueCacheIdentifier() : String
Return Value
Type: System.String
A 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.