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.
Gets or sets a String that contains the name of the SQL Server to which you want to make the SMO connection.
Espacio de nombres: Microsoft.SqlServer.Dts.ManagedConnections
Ensamblado: Microsoft.SqlServer.ManagedConnections (en Microsoft.SqlServer.ManagedConnections.dll)
Sintaxis
'Declaración
Public Property SqlServerName As String
Get
Set
'Uso
Dim instance As SMOServerConn
Dim value As String
value = instance.SqlServerName
instance.SqlServerName = value
public string SqlServerName { get; set; }
public:
property String^ SqlServerName {
String^ get ();
void set (String^ value);
}
member SqlServerName : string with get, set
function get SqlServerName () : String
function set SqlServerName (value : String)
Valor de la propiedad
Tipo: System.String
A String that contains the name of the SQL Server to connect to as an SMO connection.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Dts.ManagedConnections