SPDatabase.NormalizedDataSource 属性
获取数据库的规范化的数据源。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public ReadOnly Property NormalizedDataSource As String
Get
用法
Dim instance As SPDatabase
Dim value As String
value = instance.NormalizedDataSource
public string NormalizedDataSource { get; }
属性值
类型:System.String
数据源中。
备注
规范化的数据源包括SQL Server名称和我实例作为 SQL 字符串,例如"MySqlServer\Instance0"。生成连接字符串时,这非常有用。