ParameterInfo.ObjectName プロパティ

パラメーターのオブジェクト名を取得します。

名前空間:  Microsoft.SqlServer.Management.IntegrationServices
アセンブリ:  Microsoft.SqlServer.Management.IntegrationServices (Microsoft.SqlServer.Management.IntegrationServices.dll)

構文

'宣言
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property ObjectName As String 
    Get
'使用
Dim instance As ParameterInfo 
Dim value As String 

value = instance.ObjectName
[SfcPropertyAttribute(Data = true)]
public string ObjectName { get; }
[SfcPropertyAttribute(Data = true)]
public:
property String^ ObjectName {
    String^ get ();
}
[<SfcPropertyAttribute(Data = true)>]
member ObjectName : string
function get ObjectName () : String

プロパティ値

型: System.String
オブジェクト名です。

関連項目

参照

ParameterInfo クラス

Microsoft.SqlServer.Management.IntegrationServices 名前空間