TypeName 속성
Gets or sets the name of the DAC type.
네임스페이스: Microsoft.SqlServer.Management.Dac
어셈블리: Microsoft.SqlServer.Management.Dac(Microsoft.SqlServer.Management.Dac.dll)
구문
‘선언
Public Property TypeName As String
Get
Set
‘사용 방법
Dim instance As DacExtractionUnit
Dim value As String
value = instance.TypeName
instance.TypeName = value
public string TypeName { get; set; }
public:
property String^ TypeName {
String^ get ();
void set (String^ value);
}
member TypeName : string with get, set
function get TypeName () : String
function set TypeName (value : String)
속성 값
유형: System. . :: . .String
A String value that specifies the name of the DAC type.
주의
A DAC type is uniquely identified by the combination of the type name and version.