SPServer.IsSqlAzure property

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property IsSqlAzure As Boolean
    Get
    Set
'Usage
Dim instance As SPServer
Dim value As Boolean

value = instance.IsSqlAzure

instance.IsSqlAzure = value
public bool IsSqlAzure { get; set; }

Property value

Type: System.Boolean

See also

Reference

SPServer class

SPServer members

Microsoft.SharePoint.Administration namespace