次の方法で共有


QuotedName プロパティ

データベース固有の区切り文字を含む列の名前を取得します。

名前空間:  Microsoft.Synchronization.Data
アセンブリ:  Microsoft.Synchronization.Data (Microsoft.Synchronization.Data.dll 内)

構文

'宣言
Public ReadOnly Property QuotedName As String
    Get
'使用
Dim instance As DbSyncColumnDescription
Dim value As String

value = instance.QuotedName
public string QuotedName { get; }
public:
property String^ QuotedName {
    String^ get ();
}
member QuotedName : string
function get QuotedName () : String

プロパティ値

型 : System. . :: . .String
データベース固有の区切り文字を含む列の名前。

説明

このプロパティを使用して、[] などの区切り文字を含む列名を取得します。区切り文字を含む列名は同期クエリで使用されます。区切り文字を含まない列名を取得または設定するには、UnquotedName を使用します。

参照

参照

DbSyncColumnDescriptionクラス

DbSyncColumnDescription メンバー

Microsoft.Synchronization.Data 名前空間