Share via


DataViewManager.CreateDataViewHierarchy(String, Guid, String, Boolean) Method

Definition

Creates a new data view hierarchy object instance.

protected:
 abstract System::Object ^ CreateDataViewHierarchy(System::String ^ name, Guid provider, System::String ^ connectionString, bool encryptedString);
protected abstract object CreateDataViewHierarchy (string name, Guid provider, string connectionString, bool encryptedString);
abstract member CreateDataViewHierarchy : string * Guid * string * bool -> obj
Protected MustOverride Function CreateDataViewHierarchy (name As String, provider As Guid, connectionString As String, encryptedString As Boolean) As Object

Parameters

name
String

Name of the data view hierarchy.

provider
Guid

Unique identifier of a DDEX provider.

connectionString
String

An unencrypted or encrypted string containing connection information.

encryptedString
Boolean

Indicates whether the connectionString parameter is encrypted.

Returns

This method is internal to the DDEX infrastructure and is not intended to be called from your code.

Applies to