Partilhar via


Propriedade DeploymentContributorContext.ConnectionString

Obtém ou define a seqüência de conexão que usa o processo de compilação.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)

Sintaxe

'Declaração
Public Property ConnectionString As String
    Get
    Set
public string ConnectionString { get; set; }
public:
property String^ ConnectionString {
    String^ get ();
    void set (String^ value);
}
member ConnectionString : string with get, set
function get ConnectionString () : String
function set ConnectionString (value : String)

Valor de propriedade

Tipo: System.String
A seqüência de conexão.

Segurança do .NET Framework

Consulte também

Referência

DeploymentContributorContext Classe

Namespace Microsoft.Data.Schema.Build