Share via


Resolver.BlockInformation.Description 속성

Gets the description (the name of the type).

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

구문

‘선언
Public ReadOnly Property Description As String 
    Get
‘사용 방법
Dim instance As Resolver.BlockInformation 
Dim value As String 

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

속성 값

유형: System.String
The name of the type.

참고 항목

참조

Resolver.BlockInformation 클래스

Microsoft.SqlServer.Management.SqlParser.Intellisense 네임스페이스