EnumObject.GetFixedStringProperty メソッド
このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。
名前空間: Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ: Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)
構文
'宣言
Protected Function GetFixedStringProperty ( _
propertyName As String, _
removeEscape As Boolean _
) As String
'使用
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
パラメーター
- propertyName
型: System.String
要求されるプロパティの名前です。
- removeEscape
型: System.Boolean
二重引用符を 1 つの一重引用符に置き換えます。
戻り値
型: System.String
オブジェクトの固定文字列プロパティです。