SMOServerConn Members

Contains the methods and properties used by SMO connections.

The following tables list the members exposed by the SMOServerConn type.

Public Constructors

  Name Description
SMOServerConn Overloaded. Initializes a new instance of the SMOServerConn class.

Top

Public Properties

  Name Description
ms211046.pubproperty(pl-pl,SQL.100).gifms211046.static(pl-pl,SQL.100).gif ConnectionDescription Gets the description of the connection manager for the SMO connection.
ms211046.pubproperty(pl-pl,SQL.100).gifms211046.static(pl-pl,SQL.100).gif ConnectionDisplayName Returns the localized display name of the connection.
ms211046.pubproperty(pl-pl,SQL.100).gif ConnectionString Overridden. Gets or sets the connection string for the SMO connection.
ms211046.pubproperty(pl-pl,SQL.100).gif Password Sets the password for the connection, if you do not use Windows Authentication.
ms211046.pubproperty(pl-pl,SQL.100).gif ProtectionLevel  Gets or sets a value, by using the DTSProtectionLevel enumeration, that enforces how the connection controls sensitive information. (inherited from ConnectionManagerBase)
ms211046.pubproperty(pl-pl,SQL.100).gif SqlServerName Gets or sets a String that contains the name of the SQL Server to which you want to make the SMO connection.
ms211046.pubproperty(pl-pl,SQL.100).gif SupportsDTCTransactions  Returns a Boolean that indicates if the connection supports Microsoft Distributed Transaction Coordinator (MS DTC) transactions. (inherited from ConnectionManagerBase)
ms211046.pubproperty(pl-pl,SQL.100).gif UserName Gets or sets the user name for the connection, if you do not use Windows Authentication.
ms211046.pubproperty(pl-pl,SQL.100).gif UseWindowsAuthentication Gets or sets a Boolean that indicates if Windows Authentication is used for the connection.
ms211046.pubproperty(pl-pl,SQL.100).gif Version  Returns the version of this connection manager. (inherited from ConnectionManagerBase)

Top

Public Methods

(see also Protected Methods )

  Name Description
ms211046.pubmethod(pl-pl,SQL.100).gif AcquireConnection Overridden. Establishes the SMO connection and returns a connection object.
ms211046.pubmethod(pl-pl,SQL.100).gif CanUpdate  (inherited from ConnectionManagerBase )
ms211046.pubmethod(pl-pl,SQL.100).gif Equals  Overloaded. (inherited from DtsObject )
ms211046.pubmethod(pl-pl,SQL.100).gif GetHashCode  Returns the hash code for this instance. (inherited from DtsObject)
ms211046.pubmethod(pl-pl,SQL.100).gif GetType  (inherited from Object )
ms211046.pubmethod(pl-pl,SQL.100).gif LoadFromXML This method is not callable by your application code. To load a package saved as .xml, use the Application.LoadPackage method.
ms211046.pubmethod(pl-pl,SQL.100).gifms211046.static(pl-pl,SQL.100).gif op_Equality  (inherited from DtsObject )
ms211046.pubmethod(pl-pl,SQL.100).gifms211046.static(pl-pl,SQL.100).gif op_Inequality  (inherited from DtsObject )
ms211046.pubmethod(pl-pl,SQL.100).gifms211046.static(pl-pl,SQL.100).gif ReferenceEquals  (inherited from Object )
ms211046.pubmethod(pl-pl,SQL.100).gif ReleaseConnection  (inherited from ConnectionManagerBase )
ms211046.pubmethod(pl-pl,SQL.100).gif SaveToXML This method is not callable by your application code. To save a package as .xml, use the Application.SaveToXml method.
ms211046.pubmethod(pl-pl,SQL.100).gif SetQualifier  (inherited from ConnectionManagerBase )
ms211046.pubmethod(pl-pl,SQL.100).gif ToString  (inherited from Object )
ms211046.pubmethod(pl-pl,SQL.100).gif Update  (inherited from ConnectionManagerBase )
ms211046.pubmethod(pl-pl,SQL.100).gif Validate  (inherited from ConnectionManagerBase )

Top

Protected Methods

  Name Description
ms211046.protmethod(pl-pl,SQL.100).gif Finalize  (inherited from Object )
ms211046.protmethod(pl-pl,SQL.100).gif MemberwiseClone  (inherited from Object )

Top