Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Creates a new data view hierarchy object instance.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Protected MustOverride Function CreateDataViewHierarchy ( _
name As String, _
provider As Guid, _
connectionString As String, _
encryptedString As Boolean _
) As Object
protected abstract Object CreateDataViewHierarchy(
string name,
Guid provider,
string connectionString,
bool encryptedString
)
protected:
virtual Object^ CreateDataViewHierarchy(
String^ name,
Guid provider,
String^ connectionString,
bool encryptedString
) abstract
abstract CreateDataViewHierarchy :
name:string *
provider:Guid *
connectionString:string *
encryptedString:bool -> Object
protected abstract function CreateDataViewHierarchy(
name : String,
provider : Guid,
connectionString : String,
encryptedString : boolean
) : Object
Parameters
- name
Type: System.String
Name of the data view hierarchy.
- provider
Type: System.Guid
Unique identifier of a DDEX provider.
- connectionString
Type: System.String
An unencrypted or encrypted string containing connection information.
- encryptedString
Type: System.Boolean
Indicates whether the connectionString parameter is encrypted.
Return Value
Type: System.Object
This method is internal to the DDEX infrastructure and is not intended to be called from your code.
.NET Framework Security
- 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.