Compartir a través de


AdhocDataSource.InitString (Propiedad)

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
Public Property InitString As Literal
    Get
    Set
public Literal InitString { get; set; }
public:
property Literal^ InitString {
    Literal^ get ();
    void set (Literal^ value);
}
member InitString : Literal with get, set
function get InitString () : Literal
function set InitString (value : Literal)

Valor de propiedad

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.Literal

Seguridad de .NET Framework

Vea también

Referencia

AdhocDataSource Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)