This document is archived and information here might be outdated. Recommended version. |
Tests access to the data store.
[Visual Basic .NET]
Public Function ValidateAccess ( _
ByVal dataStore As String, _
ByVal dataStoreType As String _
) As Boolean
[C#]
public bool ValidateAccess (
string dataStore,
string dataStoreType
);
[C++]
HRESULT ValidateAccess(
BSTR dataStore,
BSTR dataStoreType
);
[C++] Parameters dataStore [in]
dataStore is a parameter of type BSTR dataStoreType [in]
dataStoreType is a parameter of type BSTR