InstanceQueryProvider.UniqueProviderIdentifier Method
Returns a unique provider ID that is used to determine whether different provider objects resolve to the same underlying store.
Namespace: Microsoft.ApplicationServer.StoreManagement.Query
Assembly: Microsoft.ApplicationServer.StoreManagement (in microsoft.applicationserver.storemanagement.dll)
Usage
'Usage
Dim instance As InstanceQueryProvider
Dim returnValue As String
returnValue = instance.UniqueProviderIdentifier
Syntax
'Declaration
Public MustOverride Function UniqueProviderIdentifier As String
public abstract string UniqueProviderIdentifier ()
public:
virtual String^ UniqueProviderIdentifier () abstract
public abstract String UniqueProviderIdentifier ()
public abstract function UniqueProviderIdentifier () : String
Return Value
A unique provider ID as a string.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Visual Studio 2010 and later, .NET Framework 4
Target Platforms
Windows 7; Windows Server 2008 R2; Windows Server 2008 Service Pack 2; Windows Vista Service Pack 2
See Also
Reference
InstanceQueryProvider Class
InstanceQueryProvider Members
Microsoft.ApplicationServer.StoreManagement.Query Namespace
ff425134(v=azure.10).md 2011-08-26