Méthode IAlienObject.Resolve
Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Function Resolve ( _
urnString As String _
) As Object
'Utilisation
Dim instance As IAlienObject
Dim urnString As String
Dim returnValue As Object
returnValue = instance.Resolve(urnString)
Object Resolve(
string urnString
)
Object^ Resolve(
String^ urnString
)
abstract Resolve :
urnString:string -> Object
function Resolve(
urnString : String
) : Object
Paramètres
- urnString
Type : System.String
The unified resource name.
Valeur de retour
Type : System.Object
The instance that contains the information about the object.