PackageNeutralClass.GetExpression Yöntemi
Bu API altyapısını destekler ve doğrudan kodunuz içinden kullanılmak üzere tasarlanmamıştır.
Daha fazla bilgi için, bkz. Package.
Ad Alanı: Microsoft.SqlServer.Dts.Runtime.Wrapper
Derleme: Microsoft.SqlServer.DTSRuntimeWrap (Microsoft.SqlServer.DTSRuntimeWrap içinde.dll)
Sözdizimi
'Bildirim
Public Overridable Function GetExpression ( _
bstrPropertyName As String _
) As String
'Kullanım
Dim instance As PackageNeutralClass
Dim bstrPropertyName As String
Dim returnValue As String
returnValue = instance.GetExpression(bstrPropertyName)
public virtual string GetExpression(
string bstrPropertyName
)
public:
virtual String^ GetExpression(
[InAttribute] String^ bstrPropertyName
)
abstract GetExpression :
bstrPropertyName:string -> string
override GetExpression :
bstrPropertyName:string -> string
public function GetExpression(
bstrPropertyName : String
) : String
Parametreler
- bstrPropertyName
Tür: System.String
Dönüş Değeri
Tür: System.String