DelegateGetSvcInstRootRegPathByName Delegate
SQL Server 2012
Represents the registry path root for a specific SQL instance by the given friendly instance name.
Namespace: Microsoft.SqlServer
Assembly: Microsoft.SqlServer.Instapi (in Microsoft.SqlServer.Instapi.dll)
public delegate bool DelegateGetSvcInstRootRegPathByName( string sInstanceName, SQL_SVCS Service, StringBuilder sRegPath, out uint pdwSize )
Parameters
- sInstanceName
- Type: System.String
- Service
- Type: SQL_SVCS
- sRegPath
- Type: System.Text.StringBuilder
- pdwSize
- Type: System.UInt32
