DacType 속성
Gets the DAC instance that generated DAC compilation result.
네임스페이스: Microsoft.SqlServer.Management.Dac
어셈블리: Microsoft.SqlServer.Management.Dac(Microsoft.SqlServer.Management.Dac.dll)
구문
‘선언
Public Property DacType As DacType
Get
Friend Set
‘사용 방법
Dim instance As DacCompilationResult
Dim value As DacType
value = instance.DacType
public DacType DacType { get; internal set; }
public:
property DacType^ DacType {
DacType^ get ();
internal: void set (DacType^ value);
}
member DacType : DacType with get, internal set
function get DacType () : DacType
internal function set DacType (value : DacType)
속성 값
유형: Microsoft.SqlServer.Management.Dac. . :: . .DacType
A DacInstance value that specifies the DAC isntance associated with compilation result.