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
'宣告
Public ReadOnly Property Definition As IServer
Get
'用途
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.