SPDatabase.NormalizedDataSource property
取得正規化的資料來源的資料庫。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property NormalizedDataSource As String
Get
'用途
Dim instance As SPDatabase
Dim value As String
value = instance.NormalizedDataSource
public string NormalizedDataSource { get; }
Property value
Type: System.String
資料來源。
備註
正規化的資料來源包括SQL Server名稱和執行個體,為 SQL 字串,例如"MySqlServer\Instance0"。建立連線字串時,這是很有用。