SPDatabaseParameters.Username 属性
获取要使用的数据库连接的用户名。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public ReadOnly Property Username As String
Get
用法
Dim instance As SPDatabaseParameters
Dim value As String
value = instance.Username
public string Username { get; }
属性值
类型:System.String
要使用数据库连接的用户名。