SqlCacheDependency.GetUniqueID Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves a unique identifier for a SqlCacheDependency object.
public:
override System::String ^ GetUniqueID();
public override string GetUniqueID ();
override this.GetUniqueID : unit -> string
Public Overrides Function GetUniqueID () As String
Returns
The unique identifier for the SqlCacheDependency object, or null if no identifier can be generated.
Remarks
The SqlCacheDependency method returns an identifier used to uniquely track SqlCacheDependency objects associated with an item or application. The unique identifier generated when using table-based notifications is partially dependent on the change identifier generated by the database.
When using SQL Server 2005-based query notifications, the unique identifier is null
because SQL Server 2005 does not support returning unique identifiers for individual query notifications .