AssemblyServicingResourceProvider Constructor
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub New ( _
servicingFilesPath As String, _
sqlAzure As Boolean _
)
public AssemblyServicingResourceProvider(
string servicingFilesPath,
bool sqlAzure
)
public:
AssemblyServicingResourceProvider(
String^ servicingFilesPath,
bool sqlAzure
)
new :
servicingFilesPath:string *
sqlAzure:bool -> AssemblyServicingResourceProvider
public function AssemblyServicingResourceProvider(
servicingFilesPath : String,
sqlAzure : boolean
)
Parameters
- servicingFilesPath
Type: System.String
- sqlAzure
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.