Propriedade do RDL UIConnectionInfo.ServerNameNoDot
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Gets a String value that specifies the name of the instance of the Database Engine for the connection. If only a period (.) was specified in the dialog, ServerNameNoDot returns (local).
Namespace: Microsoft.SqlServer.Management.Smo.RegSvrEnum
Assembly: Microsoft.SqlServer.RegSvrEnum (em Microsoft.SqlServer.RegSvrEnum.dll)
Sintaxe
'Declaração
Public ReadOnly Property ServerNameNoDot As String
Get
'Uso
Dim instance As UIConnectionInfo
Dim value As String
value = instance.ServerNameNoDot
public string ServerNameNoDot { get; }
public:
property String^ ServerNameNoDot {
String^ get ();
}
member ServerNameNoDot : string
function get ServerNameNoDot () : String
Valor da propriedade
Tipo: System.String
A String value that specifies the name of the instance of the Database Engine for the connection. If only a period (.) was specified in the dialog, ServerNameNoDot returns (local).