Proprietà ISql90Assembly.IsVisible

Ottiene o imposta un valore che indica se l'assembly è visibile per i punti di ingresso di Transact-SQL. 

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
Property IsVisible As Boolean
    Get
    Set
bool IsVisible { get; set; }
property bool IsVisible {
    bool get ();
    void set (bool value);
}
abstract IsVisible : bool with get, set
function get IsVisible () : boolean
function set IsVisible (value : boolean)

Valore proprietà

Tipo: System.Boolean

Note

Se è falso, l'assembly è progettato solo per i chiamanti gestiti.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISql90Assembly Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel