Share via


Declaration.DatabaseQualifiedName 속성

Gets the database-qualified name of the completion list item.

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

구문

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

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

속성 값

유형: System.String
The database-qualified name of the completion list item or nullnull 참조(Visual Basic에서는 Nothing) if the list item does not belong to a database.

참고 항목

참조

Declaration 클래스

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