Set the data provider and the element
name.
[Visual Basic .NET] |
---|
Public Sub Set( _
ByVal DataProvider As String, _
ByVal ElementName As String _
)
|
[C#] |
---|
public void Set(
|
[Managed C++] |
---|
public: void Set(
|
[Java] |
---|
public set(
|
[Unmanaged C++] |
---|
public: HRESULT Set(
|
- DataProvider
- The name of the data provider.
- ElementName
- The name of the element of the data provider.