Méthode EnumObject.GetFixedStringProperty
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
Protected Function GetFixedStringProperty ( _
propertyName As String, _
removeEscape As Boolean _
) As String
'Utilisation
Dim propertyName As String
Dim removeEscape As Boolean
Dim returnValue As String
returnValue = Me.GetFixedStringProperty(propertyName, _
removeEscape)
protected string GetFixedStringProperty(
string propertyName,
bool removeEscape
)
protected:
String^ GetFixedStringProperty(
String^ propertyName,
bool removeEscape
)
member GetFixedStringProperty :
propertyName:string *
removeEscape:bool -> string
protected function GetFixedStringProperty(
propertyName : String,
removeEscape : boolean
) : String
Paramètres
- propertyName
Type : System.String
Name of the property requested.
- removeEscape
Type : System.Boolean
Replaces double quotes with one single quote.
Valeur de retour
Type : System.String
The fixed string property of the object.