DacType.Definition Property

Gets an IServer object that represents a graph of the elements in the DAC type.

Namespace:  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)

Syntax

'Declaration
Public ReadOnly Property Definition As IServer
    Get
'Usage
Dim instance As DacType
Dim value As IServer

value = instance.Definition
public IServer Definition { get; }
public:
property IServer^ Definition {
    IServer^ get ();
}
member Definition : IServer
function get Definition () : IServer

Property Value

Type: Microsoft.SqlServer.Management.SqlParser.Metadata.IServer
A IServer object that represents a graph of the elements in the DAC type.

See Also

Reference

DacType Class

Microsoft.SqlServer.Management.Dac Namespace