Sdílet prostřednictvím


AdhocDataSource.InitString – vlastnost

Obor názvů:  Microsoft.Data.Schema.ScriptDom.Sql
Sestavení:  Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

AdhocDataSource Třída

Microsoft.Data.Schema.ScriptDom.Sql – obor názvů