SPDatabaseParameters 成员

表示用于创建新的SPDatabase对象的参数。

SPDatabaseParameters 类型公开以下成员。

属性

  名称 说明
公共属性 Database 获取要用于数据库连接的数据库名称。
公共属性 FailoverPartner 获取故障转移服务器的名称。
公共属性 Password 获取要使用的数据库连接的密码。
公共属性 Server 获取要用于该数据库连接的服务器的名称。
公共属性 Username 获取要使用的数据库连接的用户名。

页首

方法

  名称 说明
公共方法静态成员 CreateParameters(String, SPDatabaseParameterOptions) 通过使用指定的参数创建新的数据库的参数对象。
公共方法静态成员 CreateParameters(String, String, SPDatabaseParameterOptions) 通过使用指定的参数创建新的数据库的参数对象。
公共方法静态成员 CreateParameters(String, String, NetworkCredential, String, SPDatabaseParameterOptions) 通过使用指定的参数创建新的数据库的参数对象。
公共方法静态成员 CreateParameters(String, String, String, SecureString, String, SPDatabaseParameterOptions) 通过使用指定的参数创建新的数据库的参数对象。
公共方法静态成员 CreateParameters(String, String, String, String, String, SPDatabaseParameterOptions) 通过使用指定的参数创建新的数据库的参数对象。
公共方法 EnsureServiceInstance 确保SPDatabaseServiceInstance指定的数据库参数被初始化。
公共方法 Equals (从 Object 继承。)
受保护的方法 Finalize (从 Object 继承。)
公共方法静态成员 FromConnectionString 创建新的数据库参数对象使用指定的数据库连接字符串。
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetType (从 Object 继承。)
受保护的方法 MemberwiseClone (从 Object 继承。)
公共方法 ToString (从 Object 继承。)
公共方法 Validate 验证数据库参数。

页首

另请参阅

引用

SPDatabaseParameters 类

Microsoft.SharePoint.Administration 命名空间