DataViewBrowseObject.SetComponentName (Método)

Establece el nombre de componente para el objeto actual de examen.

Espacio de nombres:  Microsoft.VisualStudio.Data.Framework
Ensamblado:  Microsoft.VisualStudio.Data.Framework (en Microsoft.VisualStudio.Data.Framework.dll)

Sintaxis

'Declaración
Public Sub SetComponentName ( _
    value As String _
)
public void SetComponentName(
    string value
)
public:
void SetComponentName(
    String^ value
)
member SetComponentName : 
        value:string -> unit 
public function SetComponentName(
    value : String
)

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

DataViewBrowseObject Clase

Microsoft.VisualStudio.Data.Framework (Espacio de nombres)