SqlDataSourceDesigner.ProviderName Propriedade

Definição

Obtém ou define o nome do provedor de dados .NET Framework que o controle SqlDataSource associado usa para se conectar a uma fonte de dados subjacente.Gets or sets the name of the .NET Framework data provider that the associated SqlDataSource control uses to connect to an underlying data source.

public:
 property System::String ^ ProviderName { System::String ^ get(); void set(System::String ^ value); };
public string ProviderName { get; set; }
member this.ProviderName : string with get, set
Public Property ProviderName As String

Valor da propriedade

String

Uma cadeia de caracteres que contém o nome do provedor de dados.A string containing the name of the data provider.

Comentários

A ProviderName Propriedade sombreia a mesma propriedade no controle associado e destina-se somente ao uso interno.The ProviderName property shadows the same property in the associated control, and is intended for internal use only.

Aplica-se a

Confira também