Propriedade do RDL IdentificationString
Gets a string that uniquely identifies an IDTSCustomProperty100 object.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (em Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintaxe
'Declaração
ReadOnly Property IdentificationString As String
Get
'Uso
Dim instance As IDTSCustomProperty100
Dim value As String
value = instance.IdentificationString
string IdentificationString { get; }
property String^ IdentificationString {
String^ get ();
}
abstract IdentificationString : string
function get IdentificationString () : String
Valor da propriedade
Tipo: System. . :: . .String
A String that uniquely identifies the IDTSCustomProperty100 object.
Implementa
Comentários
The IdentificationString property uniquely identifies a custom property and consists of a concatenation of the ObjectType, Name, and ID properties.
Consulte também