Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the Database service instance that the new site should be on.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property ServiceInstance As SPDatabaseServiceInstance
Get
'Usage
Dim instance As SPSiteCreationParameters
Dim value As SPDatabaseServiceInstance
value = instance.ServiceInstance
public SPDatabaseServiceInstance ServiceInstance { get; }
Property value
Type: Microsoft.SharePoint.Administration.SPDatabaseServiceInstance
See also
Reference
SPSiteCreationParameters class