FileManager.GetUniqueCacheIdentifier 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 Overrides Function GetUniqueCacheIdentifier As String
'Usage
Dim instance As FileManager
Dim returnValue As String
returnValue = instance.GetUniqueCacheIdentifier()
public override string GetUniqueCacheIdentifier()
public:
virtual String^ GetUniqueCacheIdentifier() override
public override function GetUniqueCacheIdentifier() : String
abstract GetUniqueCacheIdentifier : unit -> string
override GetUniqueCacheIdentifier : unit -> string
Return Value
Type: System.String
.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.