SPDatabase.IsSqlAzure property
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property IsSqlAzure As Boolean
Get
'用途
Dim instance As SPDatabase
Dim value As Boolean
value = instance.IsSqlAzure
public bool IsSqlAzure { get; }
Property value
Type: System.Boolean