Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the underlying object for this automation object.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Sql.Automation
Assembly: Microsoft.VisualStudio.Data.Schema.Project.Sql (in Microsoft.VisualStudio.Data.Schema.Project.Sql.dll)
Syntax
'Declaration
Public ReadOnly Property Object As Object
'Usage
Dim instance As OASqlCmdVarsEditor
Dim value As Object
value = instance.Object
public Object Object { get; }
public:
property Object^ Object {
Object^ get ();
}
public function get Object () : Object
Property Value
Type: System.Object
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Sql.Automation Namespace