Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Returns the value of the property. 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
Public Function GetValue ( _
o As SqlObjectBase _
) As String
'Utilisation
Dim instance As SqlObjectProperty
Dim o As SqlObjectBase
Dim returnValue As String
returnValue = instance.GetValue(o)
public string GetValue(
SqlObjectBase o
)
public:
String^ GetValue(
SqlObjectBase^ o
)
member GetValue :
o:SqlObjectBase -> string
public function GetValue(
o : SqlObjectBase
) : String
Paramètres
- o
Type : Microsoft.SqlServer.Management.Sdk.Sfc.SqlObjectBase
The SQL Object Base.
Valeur de retour
Type : System.String
An object that represents the value of the property