ShowDataToolsOperations Property
Gets or sets {insert text here}.
Namespace: Microsoft.VisualStudio.Data.Tools.Package.Internal
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)
'Declaration
Public Property ShowDataToolsOperations As Boolean
Get
Set
'Usage
Dim instance As OAGeneralOptions
Dim value As Boolean
value = instance.ShowDataToolsOperations
instance.ShowDataToolsOperations = value
public bool ShowDataToolsOperations { get; set; }
public:
property bool ShowDataToolsOperations {
bool get ();
void set (bool value);
}
member ShowDataToolsOperations : bool with get, set
function get ShowDataToolsOperations () : boolean
function set ShowDataToolsOperations (value : boolean)
Type: System..::..Boolean
Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace