Dela via


ISql90Assembly.IsVisible Property

Gets or sets a value that indicates whether the assembly is visible to Transact-SQL entry points. 

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property IsVisible As Boolean
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)

Property Value

Type: System.Boolean

Remarks

If false, the assembly is intended only for managed callers.

.NET Framework Security

See Also

Reference

ISql90Assembly Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace