다음을 통해 공유


Name 속성

DAC 유형의 응용 프로그램 이름을 가져옵니다.

네임스페이스:  Microsoft.SqlServer.Management.Dac
어셈블리:  Microsoft.SqlServer.Management.Dac(Microsoft.SqlServer.Management.Dac.dll)

구문

‘선언
Public ReadOnly Property Name As String
    Get
‘사용 방법
Dim instance As DacType
Dim value As String

value = instance.Name
public string Name { get; }
public:
property String^ Name {
    String^ get ();
}
member Name : string
function get Name () : String

속성 값

유형: System. . :: . .String
DAC 형식의 응용 프로그램 이름을 포함하는 String 값입니다.

주의

A DAC type is identified by the combination of the application name and version. The application name is specified when a DAC project is created in Visual Studio, or when a DAC type is extracted from an existing database.