Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
No haga referencia directamente a este miembro en el código. Admite la infraestructura de 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).
Espacio de nombres: Microsoft.SqlServer.Management.Smo.RegSvrEnum
Ensamblado: Microsoft.SqlServer.RegSvrEnum (en Microsoft.SqlServer.RegSvrEnum.dll)
Sintaxis
'Declaración
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 de la propiedad
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).
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.Smo.RegSvrEnum