Metodo EnumObject.GetFixedStringProperty

Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Protected Function GetFixedStringProperty ( _
    propertyName As String, _
    removeEscape As Boolean _
) As String
'Utilizzo
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

Parametri

  • propertyName
    Tipo: System.String
    Name of the property requested.
  • removeEscape
    Tipo: System.Boolean
    Replaces double quotes with one single quote.

Valore restituito

Tipo: System.String
The fixed string property of the object.

Vedere anche

Riferimento

EnumObject Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc