ServerContext members

Contains information about the server to be used for database provisioning.

The ServerContext type exposes the following members.

Constructors

  Name Description
Public method ServerContext(Guid) Initializes a new instance of the ServerContext class with a reference identifier.
Public method ServerContext(Guid, NetworkCredential) Initializes a new instance of the ServerContext class with a reference identifier and master credential.

Top

Properties

  Name Description
Public property MasterCredential Gets or sets the master credential to be used when executing commands on the server. If a null reference (Nothing in Visual Basic), then the implementer should look up the credential internally.
Public property ServerReferenceId Gets or sets theGUID used to lookup the server name in the configuration database.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

ServerContext class

Microsoft.SharePoint.Administration.DatabaseProvider namespace