Metodo SetHelpContext
Spazio dei nomi: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Sintassi
'Dichiarazione
Protected Friend Function SetHelpContext ( _
resource As String _
) As DmfException
'Utilizzo
Dim resource As String
Dim returnValue As DmfException
returnValue = Me.SetHelpContext(resource)
protected internal DmfException SetHelpContext(
string resource
)
protected public:
DmfException^ SetHelpContext(
String^ resource
)
member SetHelpContext :
resource:string -> DmfException
function SetHelpContext(
resource : String
) : DmfException
Parametri
- resource
Tipo: System. . :: . .String
Valore restituito
Tipo: Microsoft.SqlServer.Management.Dmf. . :: . .DmfException
Vedere anche