Query.Tag Property
Returns a generic object that is stored in the Query class.
Namespace: Microsoft.Web.Management.DatabaseManager
Assembly: Microsoft.Web.Management.DatabaseManager (in Microsoft.Web.Management.DatabaseManager.dll)
Syntax
'Declaration
Public Property Tag As Object
'Usage
Dim instance As Query
Dim value As Object
value = instance.Tag
instance.Tag = value
public Object Tag { get; set; }
public:
property Object^ Tag {
Object^ get ();
void set (Object^ value);
}
function get Tag () : Object
function set Tag (value : Object)
Property Value
Type: System.Object
The generic object.
Remarks
The Tag property provides a simple storage mechanism that lets your database provider store application-specific information for your provider.
Permissions
- 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.