Aracılığıyla paylaş


SfcObjectExtender<TSfcInstance>.RegisterProperty Yöntemi (PropertyInfo, String)

Bu üyeye kodunuzun içinde doğrudan başvuruda bulunmayın. SQL Server altyapısını destekler.

Ad Alanı:  Microsoft.SqlServer.Management.Sdk.Sfc
Derleme:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc içinde.dll)

Sözdizimi

'Bildirim
Protected Sub RegisterProperty ( _
    propertyInfo As PropertyInfo, _
    parentPropertyName As String _
)
'Kullanım
Dim propertyInfo As PropertyInfo
Dim parentPropertyName As String

Me.RegisterProperty(propertyInfo, _
    parentPropertyName)
protected void RegisterProperty(
    PropertyInfo propertyInfo,
    string parentPropertyName
)
protected:
void RegisterProperty(
    PropertyInfo^ propertyInfo, 
    String^ parentPropertyName
)
member RegisterProperty : 
        propertyInfo:PropertyInfo * 
        parentPropertyName:string -> unit 
protected function RegisterProperty(
    propertyInfo : PropertyInfo, 
    parentPropertyName : String
)

Parametreler